File tree Expand file tree Collapse file tree 2 files changed +13
-2
lines changed Expand file tree Collapse file tree 2 files changed +13
-2
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
77
88## [ Unreleased]
99
10+ ## [ v0.5.5] - 2020-05-04
11+
12+ ### Added
13+
14+ - Added ` HistoryBuffer `
15+ - Added extra methods to ` Vec ` : ` from_slice ` , ` starts_with ` , ` ends_with `
16+ - Optional ` ufmt ` support for ` String ` and ` Vec `
17+ - Added ` pool ` support for bare-metal ` armebv7r- ` targets
18+ - Added Sync to ` pool ` for ` x86 `
19+
1020## [ v0.5.4] - 2020-04-06
1121
1222### Added
@@ -294,7 +304,8 @@ architecture.
294304
295305- Initial release
296306
297- [ Unreleased ] : https://github.com/japaric/heapless/compare/v0.5.4...HEAD
307+ [ Unreleased ] : https://github.com/japaric/heapless/compare/v0.5.5...HEAD
308+ [ v0.5.5 ] : https://github.com/japaric/heapless/compare/v0.5.4...v0.5.5
298309[ v0.5.4 ] : https://github.com/japaric/heapless/compare/v0.5.3...v0.5.4
299310[ v0.5.3 ] : https://github.com/japaric/heapless/compare/v0.5.2...v0.5.3
300311[ v0.5.2 ] : https://github.com/japaric/heapless/compare/v0.5.1...v0.5.2
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.4 "
20+ version = " 0.5.5 "
2121
2222[features ]
2323default = [" cas" ]
You can’t perform that action at this time.
0 commit comments