Skip to content

Commit 28f74ed

Browse files
bors[bot]japaric
andcommitted
Merge #160
160: prepare for v0.6.7 release r=therealprof a=japaric Co-authored-by: Jorge Aparicio <[email protected]>
2 parents 0cabf09 + b34fb3a commit 28f74ed

File tree

3 files changed

+12
-4
lines changed

3 files changed

+12
-4
lines changed

cortex-m-rt/CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [v0.6.7] - 2018-12-15
11+
12+
### Fixed
13+
14+
- entry / exception / interrupt: `#[cfg]` attributes used on `static mut`
15+
variables are now properly handled.
16+
1017
## [v0.6.6] - 2018-12-06
1118

1219
### Changed
@@ -422,7 +429,8 @@ section size addr
422429

423430
Initial release
424431

425-
[Unreleased]: https://github.com/rust-embedded/cortex-m-rt/compare/v0.6.6...HEAD
432+
[Unreleased]: https://github.com/rust-embedded/cortex-m-rt/compare/v0.6.7...HEAD
433+
[v0.6.7]: https://github.com/rust-embedded/cortex-m-rt/compare/v0.6.6...v0.6.7
426434
[v0.6.6]: https://github.com/rust-embedded/cortex-m-rt/compare/v0.6.5...v0.6.6
427435
[v0.6.5]: https://github.com/rust-embedded/cortex-m-rt/compare/v0.6.4...v0.6.5
428436
[v0.6.4]: https://github.com/rust-embedded/cortex-m-rt/compare/v0.6.3...v0.6.4

cortex-m-rt/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@ license = "MIT OR Apache-2.0"
88
name = "cortex-m-rt"
99
readme = "README.md"
1010
repository = "https://github.com/rust-embedded/cortex-m-rt"
11-
version = "0.6.6"
11+
version = "0.6.7"
1212
autoexamples = true
1313

1414
[dependencies]
1515
r0 = "0.2.2"
16-
cortex-m-rt-macros = { path = "macros", version = "0.1.4" }
16+
cortex-m-rt-macros = { path = "macros", version = "0.1.5" }
1717

1818
[dev-dependencies]
1919
cortex-m = "0.5.7"

cortex-m-rt/macros/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-macros"
99
repository = "https://github.com/japaric/cortex-m-rt"
10-
version = "0.1.4"
10+
version = "0.1.5"
1111

1212
[lib]
1313
proc-macro = true

0 commit comments

Comments
 (0)