Skip to content

Commit 23627b9

Browse files
committed
Prepare v0.7.6 release
1 parent 95f122a commit 23627b9

File tree

2 files changed

+17
-2
lines changed

2 files changed

+17
-2
lines changed

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [v0.7.6] - 2021-09-21
11+
12+
### Added
13+
14+
- Added `ArcPool`
15+
- Added `Debug` impl for `Deque`
16+
17+
### Fixed
18+
19+
- ZSTs in `Pool` now works correctly
20+
- Some MIRI errors were resolved
21+
- Allow `pool!` on thumbv6
22+
- Fixed possible UB in `Pool` on x86
23+
1024
## [v0.7.5] - 2021-08-16
1125

1226
### Added
@@ -397,7 +411,8 @@ architecture.
397411

398412
- Initial release
399413

400-
[Unreleased]: https://github.com/japaric/heapless/compare/v0.7.5...HEAD
414+
[Unreleased]: https://github.com/japaric/heapless/compare/v0.7.6...HEAD
415+
[v0.7.5]: https://github.com/japaric/heapless/compare/v0.7.5...v0.7.6
401416
[v0.7.5]: https://github.com/japaric/heapless/compare/v0.7.4...v0.7.5
402417
[v0.7.4]: https://github.com/japaric/heapless/compare/v0.7.3...v0.7.4
403418
[v0.7.3]: https://github.com/japaric/heapless/compare/v0.7.2...v0.7.3

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.5"
15+
version = "0.7.6"
1616

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

0 commit comments

Comments
 (0)