File tree Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -13,6 +13,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
13
13
14
14
### Fixed
15
15
16
+ ## [ v0.7.13] - 2022-05-16
17
+
18
+ ### Added
19
+
20
+ - Added ` into_vec ` to ` BinaryHeap `
21
+
16
22
## [ v0.7.12] - 2022-05-12
17
23
18
24
### Added
@@ -480,7 +486,8 @@ architecture.
480
486
481
487
- Initial release
482
488
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
484
491
[ v0.7.12 ] : https://github.com/japaric/heapless/compare/v0.7.11...v0.7.12
485
492
[ v0.7.11 ] : https://github.com/japaric/heapless/compare/v0.7.10...v0.7.11
486
493
[ v0.7.10 ] : https://github.com/japaric/heapless/compare/v0.7.9...v0.7.10
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ keywords = ["static", "no-heap"]
12
12
license = " MIT OR Apache-2.0"
13
13
name = " heapless"
14
14
repository = " https://github.com/japaric/heapless"
15
- version = " 0.7.12 "
15
+ version = " 0.7.13 "
16
16
17
17
[features ]
18
18
default = [" cas" ]
You can’t perform that action at this time.
0 commit comments