Skip to content

Commit ca8aa4f

Browse files
authored
Merge pull request #94 from rust-embedded/version-bump
version: 0.5.1 -> 0.6.0
2 parents 4f472dc + 80e76f5 commit ca8aa4f

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

CHANGELOG.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](http://keepachangelog.com/)
66
and this project adheres to [Semantic Versioning](http://semver.org/).
77

8-
## [Unreleased]
8+
## [v0.6.0] - 2024-09-01
99

1010
### Added
1111

@@ -131,7 +131,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
131131

132132
- Initial version of the allocator
133133

134-
[Unreleased]: https://github.com/rust-embedded/embedded-alloc/compare/v0.5.1...HEAD
134+
[Unreleased]: https://github.com/rust-embedded/embedded-alloc/compare/v0.6.0...HEAD
135+
[v0.6.0]: https://github.com/rust-embedded/embedded-alloc/compare/v0.5.1...v0.6.0
135136
[v0.5.1]: https://github.com/rust-embedded/embedded-alloc/compare/v0.5.0...v0.5.1
136137
[v0.5.0]: https://github.com/rust-embedded/embedded-alloc/compare/v0.4.3...v0.5.0
137138
[v0.4.3]: https://github.com/rust-embedded/embedded-alloc/compare/v0.4.2...v0.4.3

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ keywords = [
2121
]
2222
license = "MIT OR Apache-2.0"
2323
name = "embedded-alloc"
24-
version = "0.5.1"
24+
version = "0.6.0"
2525

2626
[features]
2727
default = ["llff", "tlsf"]

0 commit comments

Comments
 (0)