File tree Expand file tree Collapse file tree 2 files changed +11
-6
lines changed Expand file tree Collapse file tree 2 files changed +11
-6
lines changed Original file line number Diff line number Diff line change @@ -7,17 +7,21 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
7
7
8
8
## [ Unreleased]
9
9
10
+ ### Added
11
+
12
+ ### Changed
13
+
14
+ ### Fixed
15
+
16
+ ## [ v0.7.11] - 2022-05-09
17
+
10
18
### Fixed
11
19
12
20
* Fixed ` pool ` example in docstring.
13
21
* Fixed undefined behavior in ` Vec::truncate() ` , ` Vec::swap_remove_unchecked() ` ,
14
22
and ` Hole::move_to() ` (internal to the binary heap implementation).
15
23
* Fixed ` BinaryHeap ` elements are being dropped twice
16
24
17
- ### Added
18
-
19
- ### Changed
20
-
21
25
## [ v0.7.10] - 2022-01-21
22
26
23
27
### Fixed
@@ -455,7 +459,8 @@ architecture.
455
459
456
460
- Initial release
457
461
458
- [ Unreleased ] : https://github.com/japaric/heapless/compare/v0.7.10...HEAD
462
+ [ Unreleased ] : https://github.com/japaric/heapless/compare/v0.7.11...HEAD
463
+ [ v0.7.11 ] : https://github.com/japaric/heapless/compare/v0.7.10...v0.7.11
459
464
[ v0.7.10 ] : https://github.com/japaric/heapless/compare/v0.7.9...v0.7.10
460
465
[ v0.7.9 ] : https://github.com/japaric/heapless/compare/v0.7.8...v0.7.9
461
466
[ v0.7.8 ] : https://github.com/japaric/heapless/compare/v0.7.7...v0.7.8
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.10 "
15
+ version = " 0.7.11 "
16
16
17
17
[features ]
18
18
default = [" cas" ]
You can’t perform that action at this time.
0 commit comments