@@ -7,13 +7,15 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
7
7
8
8
## [ Unreleased]
9
9
10
+ ## [ v0.4.1] - 2021-01-02
11
+
10
12
### Added
11
13
12
14
- ` const_mut_refs ` feature to the dependency ` linked_list_allocator ` crate.
13
15
14
16
### Changed
15
17
16
- - Bumped the dependency of the ` linked_list_allocator ` crate to v0.8.8 .
18
+ - Bumped the dependency of the ` linked_list_allocator ` crate to v0.8.11 .
17
19
18
20
## [ v0.4.0] - 2020-06-05
19
21
@@ -81,14 +83,15 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
81
83
82
84
- Initial version of the allocator
83
85
84
- [ Unreleased ] : https://github.com/japaric/alloc-cortex-m/compare/v0.4.0...HEAD
85
- [ v0.4.0 ] : https://github.com/japaric/alloc-cortex-m/compare/v0.3.5...v0.4.0
86
- [ v0.3.5 ] : https://github.com/japaric/alloc-cortex-m/compare/v0.3.4...v0.3.5
87
- [ v0.3.4 ] : https://github.com/japaric/alloc-cortex-m/compare/v0.3.3...v0.3.4
88
- [ v0.3.3 ] : https://github.com/japaric/alloc-cortex-m/compare/v0.3.2...v0.3.3
89
- [ v0.3.2 ] : https://github.com/japaric/alloc-cortex-m/compare/v0.3.1...v0.3.2
90
- [ v0.3.1 ] : https://github.com/japaric/alloc-cortex-m/compare/v0.3.0...v0.3.1
91
- [ v0.3.0 ] : https://github.com/japaric/alloc-cortex-m/compare/v0.2.2...v0.3.0
92
- [ v0.2.2 ] : https://github.com/japaric/alloc-cortex-m/compare/v0.2.1...v0.2.2
93
- [ v0.2.1 ] : https://github.com/japaric/alloc-cortex-m/compare/v0.2.0...v0.2.1
94
- [ v0.2.0 ] : https://github.com/japaric/alloc-cortex-m/compare/v0.1.0...v0.2.0
86
+ [ Unreleased ] : https://github.com/rust-embedded/alloc-cortex-m/compare/v0.4.1...HEAD
87
+ [ v0.4.1 ] : https://github.com/rust-embedded/alloc-cortex-m/compare/v0.4.0...v0.4.1
88
+ [ v0.4.0 ] : https://github.com/rust-embedded/alloc-cortex-m/compare/v0.3.5...v0.4.0
89
+ [ v0.3.5 ] : https://github.com/rust-embedded/alloc-cortex-m/compare/v0.3.4...v0.3.5
90
+ [ v0.3.4 ] : https://github.com/rust-embedded/alloc-cortex-m/compare/v0.3.3...v0.3.4
91
+ [ v0.3.3 ] : https://github.com/rust-embedded/alloc-cortex-m/compare/v0.3.2...v0.3.3
92
+ [ v0.3.2 ] : https://github.com/rust-embedded/alloc-cortex-m/compare/v0.3.1...v0.3.2
93
+ [ v0.3.1 ] : https://github.com/rust-embedded/alloc-cortex-m/compare/v0.3.0...v0.3.1
94
+ [ v0.3.0 ] : https://github.com/rust-embedded/alloc-cortex-m/compare/v0.2.2...v0.3.0
95
+ [ v0.2.2 ] : https://github.com/rust-embedded/alloc-cortex-m/compare/v0.2.1...v0.2.2
96
+ [ v0.2.1 ] : https://github.com/rust-embedded/alloc-cortex-m/compare/v0.2.0...v0.2.1
97
+ [ v0.2.0 ] : https://github.com/rust-embedded/alloc-cortex-m/compare/v0.1.0...v0.2.0
0 commit comments