Skip to content

Commit

Permalink
Merge pull request #85 from rust-embedded/release-0.5.1
Browse files Browse the repository at this point in the history
version: 0.5.0 -> 0.5.1
  • Loading branch information
Dirbaio committed Nov 5, 2023
2 parents 38d425d + 6a1ba1c commit 5ff132a
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.5.1] - 2023-11-04

### Added

Expand Down Expand Up @@ -120,7 +120,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.0...HEAD
[Unreleased]: https://github.com/rust-embedded/embedded-alloc/compare/v0.5.1...HEAD
[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
[v0.4.2]: https://github.com/rust-embedded/embedded-alloc/compare/v0.4.1...v0.4.2
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.0"
version = "0.5.1"

[features]
allocator_api = []
Expand Down

0 comments on commit 5ff132a

Please sign in to comment.