diff options
author | 2022-01-21 12:03:14 +0100 | |
---|---|---|
committer | 2022-01-21 12:03:14 +0100 | |
commit | 98b7dd41f8cb6d63c565d5725a29fa7fedce5c95 (patch) | |
tree | 2845963530b37bd09fceffcfb3a950e03bb08a28 | |
parent | 4a204da35d2847c1dcaaea1b6a0127de7612b5af (diff) | |
download | heapless-0.7.10.tar.gz heapless-0.7.10.tar.zst heapless-0.7.10.zip |
Release 0.7.10v0.7.10
Diffstat (limited to '')
-rw-r--r-- | CHANGELOG.md | 11 | ||||
-rw-r--r-- | Cargo.toml | 2 |
2 files changed, 11 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index d8cd5252..8c05ef71 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,14 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ### Fixed +### Added + +### Changed + +## [v0.7.10] - 2022-01-21 + +### Fixed + - `cargo test` can now run on non-`x86` hosts ### Added @@ -442,7 +450,8 @@ architecture. - Initial release -[Unreleased]: https://github.com/japaric/heapless/compare/v0.7.9...HEAD +[Unreleased]: https://github.com/japaric/heapless/compare/v0.7.10...HEAD +[v0.7.10]: https://github.com/japaric/heapless/compare/v0.7.9...v0.7.10 [v0.7.9]: https://github.com/japaric/heapless/compare/v0.7.8...v0.7.9 [v0.7.8]: https://github.com/japaric/heapless/compare/v0.7.7...v0.7.8 [v0.7.7]: https://github.com/japaric/heapless/compare/v0.7.6...v0.7.7 @@ -12,7 +12,7 @@ keywords = ["static", "no-heap"] license = "MIT OR Apache-2.0" name = "heapless" repository = "https://github.com/japaric/heapless" -version = "0.7.9" +version = "0.7.10" [features] default = ["cas"] |