diff options
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 5c87bfdf..4007d065 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,14 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ### Added +### Changed + +### Fixed + +## [v0.7.12] - 2022-05-12 + +### Added + * Added support for AVR architecture. * Add `entry` API to `IndexMap` * Implement `IntoIterator` trait for `Indexmap` @@ -472,7 +480,8 @@ architecture. - Initial release -[Unreleased]: https://github.com/japaric/heapless/compare/v0.7.11...HEAD +[Unreleased]: https://github.com/japaric/heapless/compare/v0.7.12...HEAD +[v0.7.12]: https://github.com/japaric/heapless/compare/v0.7.11...v0.7.12 [v0.7.11]: https://github.com/japaric/heapless/compare/v0.7.10...v0.7.11 [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 @@ -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.11" +version = "0.7.12" [features] default = ["cas"] |