Skip to content

Commit

Permalink
Merge pull request #94 from rust-embedded/version-bump
Browse files Browse the repository at this point in the history
version: 0.5.1 -> 0.6.0
  • Loading branch information
Dirbaio authored Sep 2, 2024
2 parents 4f472dc + 80e76f5 commit ca8aa4f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]
## [v0.6.0] - 2024-09-01

### Added

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

- Initial version of the allocator

[Unreleased]: https://github.com/rust-embedded/embedded-alloc/compare/v0.5.1...HEAD
[Unreleased]: https://github.com/rust-embedded/embedded-alloc/compare/v0.6.0...HEAD
[v0.6.0]: https://github.com/rust-embedded/embedded-alloc/compare/v0.5.1...v0.6.0
[v0.5.1]: https://github.com/rust-embedded/embedded-alloc/compare/v0.5.0...v0.5.1
[v0.5.0]: https://github.com/rust-embedded/embedded-alloc/compare/v0.4.3...v0.5.0
[v0.4.3]: https://github.com/rust-embedded/embedded-alloc/compare/v0.4.2...v0.4.3
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ keywords = [
]
license = "MIT OR Apache-2.0"
name = "embedded-alloc"
version = "0.5.1"
version = "0.6.0"

[features]
default = ["llff", "tlsf"]
Expand Down

0 comments on commit ca8aa4f

Please # to comment.