File tree 1 file changed +6
-2
lines changed 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -7,8 +7,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
7
7
8
8
## [ Unreleased]
9
9
10
+ ## [ v0.4.0] - 2020-06-05
11
+
12
+ - Bumped the ` cortex-m ` dependency to v0.6.2.
10
13
- Bumped the dependency of the ` linked_list_allocator ` crate to v0.8.1.
11
- - Removed ` #![feature(alloc)] ` to supress compiler warning about stability for alloc
14
+ - Removed ` #![feature(alloc)] ` to supress compiler warning about stability for alloc.
12
15
13
16
## [ v0.3.5] - 2018-06-19
14
17
@@ -70,7 +73,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
70
73
71
74
- Initial version of the allocator
72
75
73
- [ Unreleased ] : https://github.com/japaric/alloc-cortex-m/compare/v0.3.5...HEAD
76
+ [ Unreleased ] : https://github.com/japaric/alloc-cortex-m/compare/v0.4.0...HEAD
77
+ [ v0.4.0 ] : https://github.com/japaric/alloc-cortex-m/compare/v0.3.5...v0.4.0
74
78
[ v0.3.5 ] : https://github.com/japaric/alloc-cortex-m/compare/v0.3.4...v0.3.5
75
79
[ v0.3.4 ] : https://github.com/japaric/alloc-cortex-m/compare/v0.3.3...v0.3.4
76
80
[ v0.3.3 ] : https://github.com/japaric/alloc-cortex-m/compare/v0.3.2...v0.3.3
You can’t perform that action at this time.
0 commit comments