Skip to content

Commit 357360e

Browse files
committed
Preparing for v0.5.5
1 parent 417e266 commit 357360e

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

CHANGELOG.md

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

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.4"
20+
version = "0.5.5"
2121

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

0 commit comments

Comments
 (0)