Skip to content

Commit 402a5e2

Browse files
committed
version: 0.6.0 -> 0.7.0
1 parent 7f5d654 commit 402a5e2

File tree

3 files changed

+4
-6
lines changed

3 files changed

+4
-6
lines changed

CHANGELOG.md

Lines changed: 3 additions & 2 deletions
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.7.0] - 2026-01-03
99

1010
### Added
1111

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

143143
- Initial version of the allocator
144144

145-
[Unreleased]: https://github.com/rust-embedded/embedded-alloc/compare/v0.6.0...HEAD
145+
[Unreleased]: https://github.com/rust-embedded/embedded-alloc/compare/v0.7.0...HEAD
146+
[v0.7.0]: https://github.com/rust-embedded/embedded-alloc/compare/v0.6.0...v0.7.0
146147
[v0.6.0]: https://github.com/rust-embedded/embedded-alloc/compare/v0.5.1...v0.6.0
147148
[v0.5.1]: https://github.com/rust-embedded/embedded-alloc/compare/v0.5.0...v0.5.1
148149
[v0.5.0]: https://github.com/rust-embedded/embedded-alloc/compare/v0.4.3...v0.5.0

Cargo.toml

Lines changed: 1 addition & 1 deletion
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.6.0"
24+
version = "0.7.0"
2525

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

README.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,6 @@
77

88
> A heap allocator for embedded systems.
99
10-
Note that using this as your global allocator requires Rust 1.68 or later.
11-
(With earlier versions, you need the unstable feature `#![feature(default_alloc_error_handler)]`)
12-
1310
This project is developed and maintained by the [libs team][team].
1411

1512
## Example

0 commit comments

Comments
 (0)