Skip to content

Commit 0529756

Browse files
committed
v0.3.4
1 parent 813370f commit 0529756

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.4] - 2018-05-12
11+
12+
### Changed
13+
14+
- Update the example in the crate level documentation to show how to define the new `oom` lang item.
15+
1016
## [v0.3.3] - 2018-04-23
1117

1218
- Bumped the dependency of the `linked_list_allocator` crate to v0.6.0.
@@ -55,7 +61,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
5561

5662
- Initial version of the allocator
5763

58-
[Unreleased]: https://github.com/japaric/alloc-cortex-m/compare/v0.3.3...HEAD
64+
[Unreleased]: https://github.com/japaric/alloc-cortex-m/compare/v0.3.4...HEAD
65+
[v0.3.4]: https://github.com/japaric/alloc-cortex-m/compare/v0.3.3...v0.3.4
5966
[v0.3.3]: https://github.com/japaric/alloc-cortex-m/compare/v0.3.2...v0.3.3
6067
[v0.3.2]: https://github.com/japaric/alloc-cortex-m/compare/v0.3.1...v0.3.2
6168
[v0.3.1]: https://github.com/japaric/alloc-cortex-m/compare/v0.3.0...v0.3.1

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.3"
15+
version = "0.3.4"
1616

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

0 commit comments

Comments
 (0)