Skip to content

Commit 0cb35c7

Browse files
committed
v0.7.11
1 parent 56d2a37 commit 0cb35c7

File tree

2 files changed

+11
-6
lines changed

2 files changed

+11
-6
lines changed

CHANGELOG.md

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,17 +7,21 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
77

88
## [Unreleased]
99

10+
### Added
11+
12+
### Changed
13+
14+
### Fixed
15+
16+
## [v0.7.11] - 2022-05-09
17+
1018
### Fixed
1119

1220
* Fixed `pool` example in docstring.
1321
* Fixed undefined behavior in `Vec::truncate()`, `Vec::swap_remove_unchecked()`,
1422
and `Hole::move_to()` (internal to the binary heap implementation).
1523
* Fixed `BinaryHeap` elements are being dropped twice
1624

17-
### Added
18-
19-
### Changed
20-
2125
## [v0.7.10] - 2022-01-21
2226

2327
### Fixed
@@ -455,7 +459,8 @@ architecture.
455459

456460
- Initial release
457461

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
459464
[v0.7.10]: https://github.com/japaric/heapless/compare/v0.7.9...v0.7.10
460465
[v0.7.9]: https://github.com/japaric/heapless/compare/v0.7.8...v0.7.9
461466
[v0.7.8]: https://github.com/japaric/heapless/compare/v0.7.7...v0.7.8

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.10"
15+
version = "0.7.11"
1616

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

0 commit comments

Comments
 (0)