mirror of
https://github.com/rust-embedded/heapless.git
synced 2025-09-28 04:50:34 +00:00
Preparing for v0.5.4
This commit is contained in:
parent
4e960b30bc
commit
f7f0dcdb44
@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
|
||||
|
||||
## [Unreleased]
|
||||
|
||||
## [v0.5.4] - 2020-04-06
|
||||
|
||||
### Added
|
||||
|
||||
- Added `StableDeref` implementation for `pool::Box` and `pool::singleton::Box`.
|
||||
@ -292,7 +294,9 @@ architecture.
|
||||
|
||||
- Initial release
|
||||
|
||||
[Unreleased]: https://github.com/japaric/heapless/compare/v0.5.2...HEAD
|
||||
[Unreleased]: https://github.com/japaric/heapless/compare/v0.5.4...HEAD
|
||||
[v0.5.4]: https://github.com/japaric/heapless/compare/v0.5.3...v0.5.4
|
||||
[v0.5.3]: https://github.com/japaric/heapless/compare/v0.5.2...v0.5.3
|
||||
[v0.5.2]: https://github.com/japaric/heapless/compare/v0.5.1...v0.5.2
|
||||
[v0.5.1]: https://github.com/japaric/heapless/compare/v0.5.0...v0.5.1
|
||||
[v0.5.0]: https://github.com/japaric/heapless/compare/v0.4.4...v0.5.0
|
||||
|
@ -17,7 +17,7 @@ keywords = [
|
||||
license = "MIT OR Apache-2.0"
|
||||
name = "heapless"
|
||||
repository = "https://github.com/japaric/heapless"
|
||||
version = "0.5.3"
|
||||
version = "0.5.4"
|
||||
|
||||
[features]
|
||||
default = ["cas"]
|
||||
|
Loading…
x
Reference in New Issue
Block a user