Skip to content

Commit 85e7bda

Browse files
committed
v0.3.5
1 parent 17b40fe commit 85e7bda

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
77

88
## [Unreleased]
99

10+
## [v0.3.5] - 2018-06-19
11+
12+
### Fixed
13+
14+
- To work with recent nightly
15+
1016
## [v0.3.4] - 2018-05-12
1117

1218
### Changed
@@ -61,7 +67,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
6167

6268
- Initial version of the allocator
6369

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
6572
[v0.3.4]: https://github.com/japaric/alloc-cortex-m/compare/v0.3.3...v0.3.4
6673
[v0.3.3]: https://github.com/japaric/alloc-cortex-m/compare/v0.3.2...v0.3.3
6774
[v0.3.2]: https://github.com/japaric/alloc-cortex-m/compare/v0.3.1...v0.3.2

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ keywords = [
1212
]
1313
license = "MIT OR Apache-2.0"
1414
name = "alloc-cortex-m"
15-
version = "0.3.4"
15+
version = "0.3.5"
1616

1717
[dependencies]
1818
cortex-m = "0.1.5"

0 commit comments

Comments
 (0)