File tree 2 files changed +9
-2
lines changed
2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
7
7
8
8
## [ Unreleased]
9
9
10
+ ## [ v0.3.5] - 2018-06-19
11
+
12
+ ### Fixed
13
+
14
+ - To work with recent nightly
15
+
10
16
## [ v0.3.4] - 2018-05-12
11
17
12
18
### Changed
@@ -61,7 +67,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
61
67
62
68
- Initial version of the allocator
63
69
64
- [ Unreleased ] : https://github.com/japaric/alloc-cortex-m/compare/v0.3.4...HEAD
70
+ [ Unreleased ] : https://github.com/japaric/alloc-cortex-m/compare/v0.3.5...HEAD
71
+ [ v0.3.5 ] : https://github.com/japaric/alloc-cortex-m/compare/v0.3.4...v0.3.5
65
72
[ v0.3.4 ] : https://github.com/japaric/alloc-cortex-m/compare/v0.3.3...v0.3.4
66
73
[ v0.3.3 ] : https://github.com/japaric/alloc-cortex-m/compare/v0.3.2...v0.3.3
67
74
[ v0.3.2 ] : https://github.com/japaric/alloc-cortex-m/compare/v0.3.1...v0.3.2
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.4 "
15
+ version = " 0.3.5 "
16
16
17
17
[dependencies ]
18
18
cortex-m = " 0.1.5"
You can’t perform that action at this time.
0 commit comments