Skip to content

Commit 3927389

Browse files
committed
v0.7.13
1 parent 511252b commit 3927389

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
1313

1414
### Fixed
1515

16+
## [v0.7.13] - 2022-05-16
17+
18+
### Added
19+
20+
- Added `into_vec` to `BinaryHeap`
21+
1622
## [v0.7.12] - 2022-05-12
1723

1824
### Added
@@ -480,7 +486,8 @@ architecture.
480486

481487
- Initial release
482488

483-
[Unreleased]: https://github.com/japaric/heapless/compare/v0.7.12...HEAD
489+
[Unreleased]: https://github.com/japaric/heapless/compare/v0.7.13...HEAD
490+
[v0.7.13]: https://github.com/japaric/heapless/compare/v0.7.12...v0.7.13
484491
[v0.7.12]: https://github.com/japaric/heapless/compare/v0.7.11...v0.7.12
485492
[v0.7.11]: https://github.com/japaric/heapless/compare/v0.7.10...v0.7.11
486493
[v0.7.10]: https://github.com/japaric/heapless/compare/v0.7.9...v0.7.10

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ keywords = ["static", "no-heap"]
1212
license = "MIT OR Apache-2.0"
1313
name = "heapless"
1414
repository = "https://github.com/japaric/heapless"
15-
version = "0.7.12"
15+
version = "0.7.13"
1616

1717
[features]
1818
default = ["cas"]

0 commit comments

Comments
 (0)