We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7685445 commit 77f3142Copy full SHA for 77f3142
CHANGELOG.md
@@ -7,6 +7,18 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
7
8
## [Unreleased]
9
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
22
## [v0.5.5] - 2020-05-04
23
24
### Added
Cargo.toml
@@ -17,7 +17,7 @@ keywords = [
license = "MIT OR Apache-2.0"
name = "heapless"
repository = "https://github.com/japaric/heapless"
-version = "0.5.5"
+version = "0.5.6"
[features]
default = ["cas"]
0 commit comments