Skip to content

Commit

Permalink
v0.5.0 final release
Browse files Browse the repository at this point in the history
  • Loading branch information
japaric committed Nov 14, 2019
1 parent e28294b commit 4fcb6ab
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

## v0.5.0 - 2019-??-?? (currently in beta pre-release)
## v0.5.0 - 2019-11-14

### Added

Expand Down Expand Up @@ -297,7 +297,8 @@ Yanked due to a soundness issue in `init`; the issue has been mostly fixed in v0

- Initial release

[Unreleased]: https://github.com/rtfm-rs/cortex-m-rtfm/compare/v0.4.3...HEAD
[Unreleased]: https://github.com/rtfm-rs/cortex-m-rtfm/compare/v0.5.0...HEAD
[v0.5.0]: https://github.com/rtfm-rs/cortex-m-rtfm/compare/v0.4.3...v0.5.0
[v0.4.3]: https://github.com/rtfm-rs/cortex-m-rtfm/compare/v0.4.2...v0.4.3
[v0.4.2]: https://github.com/rtfm-rs/cortex-m-rtfm/compare/v0.4.1...v0.4.2
[v0.4.1]: https://github.com/rtfm-rs/cortex-m-rtfm/compare/v0.4.0...v0.4.1
Expand Down
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ license = "MIT OR Apache-2.0"
name = "cortex-m-rtfm"
readme = "README.md"
repository = "https://github.com/rtfm-rs/cortex-m-rtfm"
version = "0.5.0-beta.1"
version = "0.5.0"

[lib]
name = "rtfm"
Expand Down Expand Up @@ -48,8 +48,8 @@ required-features = ["__v7"]

[dependencies]
cortex-m = "0.6.0"
cortex-m-rtfm-macros = { path = "macros", version = "0.5.0-beta.1" }
rtfm-core = "0.3.0-beta.2"
cortex-m-rtfm-macros = { path = "macros", version = "0.5.0" }
rtfm-core = "0.3.0"
cortex-m-rt = "0.6.9"
heapless = "0.5.0"

Expand Down
4 changes: 2 additions & 2 deletions macros/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ license = "MIT OR Apache-2.0"
name = "cortex-m-rtfm-macros"
readme = "../README.md"
repository = "https://github.com/rtfm-rs/cortex-m-rtfm"
version = "0.5.0-beta.1"
version = "0.5.0"

[lib]
proc-macro = true
Expand All @@ -21,7 +21,7 @@ proc-macro = true
proc-macro2 = "1"
quote = "1"
syn = "1"
rtfm-syntax = "0.4.0-beta.2"
rtfm-syntax = "0.4.0"

[features]
heterogeneous = []
Expand Down

0 comments on commit 4fcb6ab

Please sign in to comment.