File tree Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
77
88## [ Unreleased]
99
10+ ## [ v0.6.1] - 2021-03-02
11+
12+ ### Fixed
13+
14+ - Security issue.
15+
1016## [ v0.6.0] - 2021-02-02
1117
1218### Changed
@@ -323,7 +329,9 @@ architecture.
323329
324330- Initial release
325331
326- [ Unreleased ] : https://github.com/japaric/heapless/compare/v0.5.5...HEAD
332+ [ Unreleased ] : https://github.com/japaric/heapless/compare/v0.6.1...HEAD
333+ [ v0.6.1 ] : https://github.com/japaric/heapless/compare/v0.6.0...v0.6.1
334+ [ v0.6.0 ] : https://github.com/japaric/heapless/compare/v0.5.5...v0.6.0
327335[ v0.5.5 ] : https://github.com/japaric/heapless/compare/v0.5.4...v0.5.5
328336[ v0.5.4 ] : https://github.com/japaric/heapless/compare/v0.5.3...v0.5.4
329337[ v0.5.3 ] : https://github.com/japaric/heapless/compare/v0.5.2...v0.5.3
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.6.0 "
20+ version = " 0.6.1 "
2121
2222[features ]
2323default = [" cas" ]
You can’t perform that action at this time.
0 commit comments