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/).
7
7
8
8
## [ Unreleased]
9
9
10
+ ## [ v0.6.1] - 2021-03-02
11
+
12
+ ### Fixed
13
+
14
+ - Security issue.
15
+
10
16
## [ v0.6.0] - 2021-02-02
11
17
12
18
### Changed
@@ -323,7 +329,9 @@ architecture.
323
329
324
330
- Initial release
325
331
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
327
335
[ v0.5.5 ] : https://github.com/japaric/heapless/compare/v0.5.4...v0.5.5
328
336
[ v0.5.4 ] : https://github.com/japaric/heapless/compare/v0.5.3...v0.5.4
329
337
[ 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 = [
17
17
license = " MIT OR Apache-2.0"
18
18
name = " heapless"
19
19
repository = " https://github.com/japaric/heapless"
20
- version = " 0.6.0 "
20
+ version = " 0.6.1 "
21
21
22
22
[features ]
23
23
default = [" cas" ]
You can’t perform that action at this time.
0 commit comments