Skip to content

Commit f7f0dcd

Browse files
committed
Preparing for v0.5.4
1 parent 4e960b3 commit f7f0dcd

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff 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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ keywords = [
1717
license = "MIT OR Apache-2.0"
1818
name = "heapless"
1919
repository = "https://github.com/japaric/heapless"
20-
version = "0.5.3"
20+
version = "0.5.4"
2121

2222
[features]
2323
default = ["cas"]

0 commit comments

Comments
 (0)