mirror of
https://github.com/rust-embedded/heapless.git
synced 2025-09-28 04:50:34 +00:00
v0.7.13
This commit is contained in:
parent
511252b348
commit
39273893de
@ -13,6 +13,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
|
||||
|
||||
### Fixed
|
||||
|
||||
## [v0.7.13] - 2022-05-16
|
||||
|
||||
### Added
|
||||
|
||||
- Added `into_vec` to `BinaryHeap`
|
||||
|
||||
## [v0.7.12] - 2022-05-12
|
||||
|
||||
### Added
|
||||
@ -480,7 +486,8 @@ architecture.
|
||||
|
||||
- Initial release
|
||||
|
||||
[Unreleased]: https://github.com/japaric/heapless/compare/v0.7.12...HEAD
|
||||
[Unreleased]: https://github.com/japaric/heapless/compare/v0.7.13...HEAD
|
||||
[v0.7.13]: https://github.com/japaric/heapless/compare/v0.7.12...v0.7.13
|
||||
[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
|
||||
|
@ -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.12"
|
||||
version = "0.7.13"
|
||||
|
||||
[features]
|
||||
default = ["cas"]
|
||||
|
Loading…
x
Reference in New Issue
Block a user