Skip to content
This repository was archived by the owner on Jan 24, 2022. It is now read-only.

Commit e547497

Browse files
committed
v0.3.4
1 parent 61ffc25 commit e547497

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [v0.3.4] - 2017-07-19
11+
1012
### Changed
1113

1214
- Align the end of .rodata to a 4-byte boundary. With this the sections that
@@ -157,7 +159,8 @@ section size addr
157159

158160
Initial release
159161

160-
[Unreleased]: https://github.com/japaric/cortex-m-rt/compare/v0.3.3...HEAD
162+
[Unreleased]: https://github.com/japaric/cortex-m-rt/compare/v0.3.4...HEAD
163+
[v0.3.4]: https://github.com/japaric/cortex-m-rt/compare/v0.3.3...v0.3.4
161164
[v0.3.3]: https://github.com/japaric/cortex-m-rt/compare/v0.3.2...v0.3.3
162165
[v0.3.2]: https://github.com/japaric/cortex-m-rt/compare/v0.3.1...v0.3.2
163166
[v0.3.1]: https://github.com/japaric/cortex-m-rt/compare/v0.3.0...v0.3.1

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.3"
10+
version = "0.3.4"
1111

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

0 commit comments

Comments
 (0)