We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ae7ce35 + d60b0e2 commit 4afa223Copy full SHA for 4afa223
CHANGELOG.md
@@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
7
8
## [Unreleased]
9
10
+## [v0.6.0] - 2021-02-02
11
+
12
+### Changed
13
14
+- [breaking-change] The version of the `generic-array` dependency has been
15
+ bumped to v0.14.2.
16
17
## [v0.5.6] - 2020-09-18
18
19
### Added
Cargo.toml
@@ -17,7 +17,7 @@ keywords = [
license = "MIT OR Apache-2.0"
name = "heapless"
repository = "https://github.com/japaric/heapless"
20
-version = "0.5.6"
+version = "0.6.0"
21
22
[features]
23
default = ["cas"]
@@ -33,7 +33,7 @@ scoped_threadpool = "0.1.8"
33
34
[dependencies]
35
as-slice = "0.1.4"
36
-generic-array = "0.13.0"
+generic-array = "0.14.2"
37
hash32 = "0.1.0"
38
39
[dependencies.serde]
0 commit comments