diff --git a/CHANGELOG.md b/CHANGELOG.md index 4007d065..7d6d6daf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/Cargo.toml b/Cargo.toml index 6d6a73a3..2edc7e7c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"]