Skip to content

Commit a2af5e2

Browse files
committed
v0.2.4
1 parent d944077 commit a2af5e2

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

cortex-m-rt/CHANGELOG.md

+10-1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
77

88
## [Unreleased]
99

10+
## [v0.2.4] - 2017-06-03
11+
12+
### Added
13+
14+
- A non-allocatable `.stlog` section to support the [`stlog`] logging framework.
15+
16+
[`stlog`]: https://crates.io/crates/stlog
17+
1018
## [v0.2.3] - 2017-05-30
1119

1220
### Added
@@ -87,7 +95,8 @@ section size addr
8795

8896
Initial release
8997

90-
[Unreleased]: https://github.com/japaric/cortex-m-rt/compare/v0.2.3...HEAD
98+
[Unreleased]: https://github.com/japaric/cortex-m-rt/compare/v0.2.4...HEAD
99+
[v0.2.4]: https://github.com/japaric/cortex-m-rt/compare/v0.2.3...v0.2.4
91100
[v0.2.3]: https://github.com/japaric/cortex-m-rt/compare/v0.2.2...v0.2.3
92101
[v0.2.2]: https://github.com/japaric/cortex-m-rt/compare/v0.2.1...v0.2.2
93102
[v0.2.1]: https://github.com/japaric/cortex-m-rt/compare/v0.2.0...v0.2.1

cortex-m-rt/Cargo.toml

+1-1
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.2.3"
10+
version = "0.2.4"
1111

1212
[dependencies]
1313
r0 = "0.2.1"

0 commit comments

Comments
 (0)