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/).
7
7
8
8
## [ Unreleased]
9
9
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
+
10
20
## [ v0.5.4] - 2020-04-06
11
21
12
22
### Added
@@ -294,7 +304,8 @@ architecture.
294
304
295
305
- Initial release
296
306
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
298
309
[ v0.5.4 ] : https://github.com/japaric/heapless/compare/v0.5.3...v0.5.4
299
310
[ v0.5.3 ] : https://github.com/japaric/heapless/compare/v0.5.2...v0.5.3
300
311
[ 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 = [
17
17
license = " MIT OR Apache-2.0"
18
18
name = " heapless"
19
19
repository = " https://github.com/japaric/heapless"
20
- version = " 0.5.4 "
20
+ version = " 0.5.5 "
21
21
22
22
[features ]
23
23
default = [" cas" ]
You can’t perform that action at this time.
0 commit comments