Skip to content

Commit 77f3142

Browse files
committed
Preparing v0.5.6 release
1 parent 7685445 commit 77f3142

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,18 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
77

88
## [Unreleased]
99

10+
## [v0.5.6] - 2020-09-18
11+
12+
### Added
13+
14+
- Added `as_mut_vec` for `String`
15+
- Added `set_len` for `Vec`
16+
- Performance improvements in `histbuf`
17+
18+
### Fixed
19+
20+
- `Producer` was made `Send` for single core applications
21+
1022
## [v0.5.5] - 2020-05-04
1123

1224
### Added

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.5"
20+
version = "0.5.6"
2121

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

0 commit comments

Comments
 (0)