Skip to content

Commit 5ff132a

Browse files
authored
Merge pull request #85 from rust-embedded/release-0.5.1
version: 0.5.0 -> 0.5.1
2 parents 38d425d + 6a1ba1c commit 5ff132a

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.5.1] - 2023-11-04
99

1010
### Added
1111

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

121121
- Initial version of the allocator
122122

123-
[Unreleased]: https://github.com/rust-embedded/embedded-alloc/compare/v0.5.0...HEAD
123+
[Unreleased]: https://github.com/rust-embedded/embedded-alloc/compare/v0.5.1...HEAD
124+
[v0.5.1]: https://github.com/rust-embedded/embedded-alloc/compare/v0.5.0...v0.5.1
124125
[v0.5.0]: https://github.com/rust-embedded/embedded-alloc/compare/v0.4.3...v0.5.0
125126
[v0.4.3]: https://github.com/rust-embedded/embedded-alloc/compare/v0.4.2...v0.4.3
126127
[v0.4.2]: https://github.com/rust-embedded/embedded-alloc/compare/v0.4.1...v0.4.2

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.0"
24+
version = "0.5.1"
2525

2626
[features]
2727
allocator_api = []

0 commit comments

Comments
 (0)