This commit is contained in:
Jorge Aparicio 2022-05-16 12:14:22 +02:00
parent 511252b348
commit 39273893de
2 changed files with 9 additions and 2 deletions

View File

@ -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

View File

@ -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"]