Skip to content

Commit 12295a8

Browse files
committed
v0.3.14
1 parent 7ea34a1 commit 12295a8

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

cortex-m-rt/CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
77

88
## [Unreleased]
99

10+
## [v0.3.14] - 2018-04-01
11+
12+
### Fixed
13+
14+
- `dev` channel support
15+
1016
## [v0.3.13] - 2018-02-17
1117

1218
### Added
@@ -232,7 +238,9 @@ section size addr
232238

233239
Initial release
234240

235-
[Unreleased]: https://github.com/japaric/cortex-m-rt/compare/v0.3.12...HEAD
241+
[Unreleased]: https://github.com/japaric/cortex-m-rt/compare/v0.3.14...HEAD
242+
[v0.3.14]: https://github.com/japaric/cortex-m-rt/compare/v0.3.13...v0.3.14
243+
[v0.3.13]: https://github.com/japaric/cortex-m-rt/compare/v0.3.12...v0.3.13
236244
[v0.3.12]: https://github.com/japaric/cortex-m-rt/compare/v0.3.11...v0.3.12
237245
[v0.3.11]: https://github.com/japaric/cortex-m-rt/compare/v0.3.10...v0.3.11
238246
[v0.3.10]: https://github.com/japaric/cortex-m-rt/compare/v0.3.9...v0.3.10

cortex-m-rt/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ keywords = ["arm", "cortex-m", "runtime", "startup"]
77
license = "MIT OR Apache-2.0"
88
name = "cortex-m-rt"
99
repository = "https://github.com/japaric/cortex-m-rt"
10-
version = "0.3.13"
10+
version = "0.3.14"
1111

1212
[dependencies]
1313
cortex-m = "0.3.0"

0 commit comments

Comments
 (0)