mirror of
https://github.com/rust-embedded/heapless.git
synced 2025-09-28 13:00:26 +00:00
v0.7.12
This commit is contained in:
parent
02773a5b07
commit
4431ae1e25
11
CHANGELOG.md
11
CHANGELOG.md
@ -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
|
||||||
|
@ -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"]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user