Skip to content

Commit 96f38a6

Browse files
authored
Merge pull request #194 from AfoHT/release_0.6.1
Release v0.6.1
2 parents 304cd02 + e67c985 commit 96f38a6

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff 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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ keywords = [
1717
license = "MIT OR Apache-2.0"
1818
name = "heapless"
1919
repository = "https://github.com/japaric/heapless"
20-
version = "0.6.0"
20+
version = "0.6.1"
2121

2222
[features]
2323
default = ["cas"]

0 commit comments

Comments
 (0)