mirror of
https://github.com/rust-embedded/heapless.git
synced 2025-09-27 12:30:35 +00:00
Prepare v0.7.6 release
This commit is contained in:
parent
95f122a0d9
commit
23627b9dd0
17
CHANGELOG.md
17
CHANGELOG.md
@ -7,6 +7,20 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
|
||||
|
||||
## [Unreleased]
|
||||
|
||||
## [v0.7.6] - 2021-09-21
|
||||
|
||||
### Added
|
||||
|
||||
- Added `ArcPool`
|
||||
- Added `Debug` impl for `Deque`
|
||||
|
||||
### Fixed
|
||||
|
||||
- ZSTs in `Pool` now works correctly
|
||||
- Some MIRI errors were resolved
|
||||
- Allow `pool!` on thumbv6
|
||||
- Fixed possible UB in `Pool` on x86
|
||||
|
||||
## [v0.7.5] - 2021-08-16
|
||||
|
||||
### Added
|
||||
@ -397,7 +411,8 @@ architecture.
|
||||
|
||||
- Initial release
|
||||
|
||||
[Unreleased]: https://github.com/japaric/heapless/compare/v0.7.5...HEAD
|
||||
[Unreleased]: https://github.com/japaric/heapless/compare/v0.7.6...HEAD
|
||||
[v0.7.5]: https://github.com/japaric/heapless/compare/v0.7.5...v0.7.6
|
||||
[v0.7.5]: https://github.com/japaric/heapless/compare/v0.7.4...v0.7.5
|
||||
[v0.7.4]: https://github.com/japaric/heapless/compare/v0.7.3...v0.7.4
|
||||
[v0.7.3]: https://github.com/japaric/heapless/compare/v0.7.2...v0.7.3
|
||||
|
@ -12,7 +12,7 @@ keywords = ["static", "no-heap"]
|
||||
license = "MIT OR Apache-2.0"
|
||||
name = "heapless"
|
||||
repository = "https://github.com/japaric/heapless"
|
||||
version = "0.7.5"
|
||||
version = "0.7.6"
|
||||
|
||||
[features]
|
||||
default = ["cas"]
|
||||
|
Loading…
x
Reference in New Issue
Block a user