File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
77
88## [ Unreleased]
99
10+ ## [ v0.5.4] - 2020-04-06
11+
1012### Added
1113
1214- Added ` StableDeref ` implementation for ` pool::Box ` and ` pool::singleton::Box ` .
@@ -292,7 +294,9 @@ architecture.
292294
293295- Initial release
294296
295- [ Unreleased ] : https://github.com/japaric/heapless/compare/v0.5.2...HEAD
297+ [ Unreleased ] : https://github.com/japaric/heapless/compare/v0.5.4...HEAD
298+ [ v0.5.4 ] : https://github.com/japaric/heapless/compare/v0.5.3...v0.5.4
299+ [ v0.5.3 ] : https://github.com/japaric/heapless/compare/v0.5.2...v0.5.3
296300[ v0.5.2 ] : https://github.com/japaric/heapless/compare/v0.5.1...v0.5.2
297301[ v0.5.1 ] : https://github.com/japaric/heapless/compare/v0.5.0...v0.5.1
298302[ v0.5.0 ] : https://github.com/japaric/heapless/compare/v0.4.4...v0.5.0
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ keywords = [
1717license = " MIT OR Apache-2.0"
1818name = " heapless"
1919repository = " https://github.com/japaric/heapless"
20- version = " 0.5.3 "
20+ version = " 0.5.4 "
2121
2222[features ]
2323default = [" cas" ]
You can’t perform that action at this time.
0 commit comments