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

Commit d633442

Browse files
bors[bot]japaric
andcommitted
Merge #194
194: v0.6.9 r=adamgreig a=japaric prepare a new patch release that includes PRs #190 and #192 Co-authored-by: Jorge Aparicio <[email protected]>
2 parents 9acb445 + 7064b6f commit d633442

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

Diff for: 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.6.9] - 2019-07-11
11+
12+
### Added
13+
14+
- Input `.uninit.*` sections are now collected into an output `.uninit` section.
15+
Uninitialized static variables are meant to be placed in these sections. The
16+
output `.uninit` section is not initialized by the runtime.
17+
1018
## [v0.6.8] - 2019-04-02
1119

1220
### Fixed
@@ -443,7 +451,8 @@ section size addr
443451

444452
Initial release
445453

446-
[Unreleased]: https://github.com/rust-embedded/cortex-m-rt/compare/v0.6.8...HEAD
454+
[Unreleased]: https://github.com/rust-embedded/cortex-m-rt/compare/v0.6.9...HEAD
455+
[v0.6.9]: https://github.com/rust-embedded/cortex-m-rt/compare/v0.6.8...v0.6.9
447456
[v0.6.8]: https://github.com/rust-embedded/cortex-m-rt/compare/v0.6.7...v0.6.8
448457
[v0.6.7]: https://github.com/rust-embedded/cortex-m-rt/compare/v0.6.6...v0.6.7
449458
[v0.6.6]: https://github.com/rust-embedded/cortex-m-rt/compare/v0.6.5...v0.6.6

Diff for: Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ license = "MIT OR Apache-2.0"
1212
name = "cortex-m-rt"
1313
readme = "README.md"
1414
repository = "https://github.com/rust-embedded/cortex-m-rt"
15-
version = "0.6.8"
15+
version = "0.6.9"
1616
autoexamples = true
1717

1818
[dependencies]

0 commit comments

Comments
 (0)