File tree Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
77
88## [ Unreleased]
99
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+
1017## [ v0.5.6] - 2020-09-18
1118
1219### Added
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ keywords = [
1717license = " MIT OR Apache-2.0"
1818name = " heapless"
1919repository = " https://github.com/japaric/heapless"
20- version = " 0.5.6 "
20+ version = " 0.6.0 "
2121
2222[features ]
2323default = [" cas" ]
@@ -33,7 +33,7 @@ scoped_threadpool = "0.1.8"
3333
3434[dependencies ]
3535as-slice = " 0.1.4"
36- generic-array = " 0.13.0 "
36+ generic-array = " 0.14.2 "
3737hash32 = " 0.1.0"
3838
3939[dependencies .serde ]
You can’t perform that action at this time.
0 commit comments