File tree Expand file tree Collapse file tree 3 files changed +4
-6
lines changed
Expand file tree Collapse file tree 3 files changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( http://keepachangelog.com/ )
66and 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
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ keywords = [
2121]
2222license = " MIT OR Apache-2.0"
2323name = " embedded-alloc"
24- version = " 0.6 .0"
24+ version = " 0.7 .0"
2525
2626[features ]
2727default = [" llff" , " tlsf" ]
Original file line number Diff line number Diff line change 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-
1310This project is developed and maintained by the [ libs team] [ team ] .
1411
1512## Example
You can’t perform that action at this time.
0 commit comments