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/).
7
7
8
8
## [ Unreleased]
9
9
10
+ ## [ v0.5.4] - 2020-04-06
11
+
10
12
### Added
11
13
12
14
- Added ` StableDeref ` implementation for ` pool::Box ` and ` pool::singleton::Box ` .
@@ -292,7 +294,9 @@ architecture.
292
294
293
295
- Initial release
294
296
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
296
300
[ v0.5.2 ] : https://github.com/japaric/heapless/compare/v0.5.1...v0.5.2
297
301
[ v0.5.1 ] : https://github.com/japaric/heapless/compare/v0.5.0...v0.5.1
298
302
[ 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 = [
17
17
license = " MIT OR Apache-2.0"
18
18
name = " heapless"
19
19
repository = " https://github.com/japaric/heapless"
20
- version = " 0.5.3 "
20
+ version = " 0.5.4 "
21
21
22
22
[features ]
23
23
default = [" cas" ]
You can’t perform that action at this time.
0 commit comments