This commit is contained in:
Jorge Aparicio 2022-05-12 15:27:32 +02:00
parent 02773a5b07
commit 4431ae1e25
2 changed files with 11 additions and 2 deletions

View File

@ -9,6 +9,14 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
### Added ### Added
### Changed
### Fixed
## [v0.7.12] - 2022-05-12
### Added
* Added support for AVR architecture. * Added support for AVR architecture.
* Add `entry` API to `IndexMap` * Add `entry` API to `IndexMap`
* Implement `IntoIterator` trait for `Indexmap` * Implement `IntoIterator` trait for `Indexmap`
@ -472,7 +480,8 @@ architecture.
- Initial release - 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.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.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.9]: https://github.com/japaric/heapless/compare/v0.7.8...v0.7.9

View File

@ -12,7 +12,7 @@ keywords = ["static", "no-heap"]
license = "MIT OR Apache-2.0" license = "MIT OR Apache-2.0"
name = "heapless" name = "heapless"
repository = "https://github.com/japaric/heapless" repository = "https://github.com/japaric/heapless"
version = "0.7.11" version = "0.7.12"
[features] [features]
default = ["cas"] default = ["cas"]