File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
7
7
8
8
## [ Unreleased]
9
9
10
+ ## [ v0.3.3] - 2018-04-23
11
+
12
+ - Bumped the dependency of the ` linked_list_allocator ` crate to v0.6.0.
13
+
10
14
## [ v0.3.2] - 2018-02-26
11
15
12
16
### Changed
@@ -51,7 +55,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
51
55
52
56
- Initial version of the allocator
53
57
54
- [ Unreleased ] : https://github.com/japaric/alloc-cortex-m/compare/v0.3.2...HEAD
58
+ [ Unreleased ] : https://github.com/japaric/alloc-cortex-m/compare/v0.3.3...HEAD
59
+ [ v0.3.3 ] : https://github.com/japaric/alloc-cortex-m/compare/v0.3.2...v0.3.3
55
60
[ v0.3.2 ] : https://github.com/japaric/alloc-cortex-m/compare/v0.3.1...v0.3.2
56
61
[ v0.3.1 ] : https://github.com/japaric/alloc-cortex-m/compare/v0.3.0...v0.3.1
57
62
[ v0.3.0 ] : https://github.com/japaric/alloc-cortex-m/compare/v0.2.2...v0.3.0
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ keywords = [
12
12
]
13
13
license = " MIT OR Apache-2.0"
14
14
name = " alloc-cortex-m"
15
- version = " 0.3.2 "
15
+ version = " 0.3.3 "
16
16
17
17
[dependencies ]
18
18
cortex-m = " 0.1.5"
You can’t perform that action at this time.
0 commit comments