Skip to content

Commit 25f32cd

Browse files
committed
Prepare 0.1.2 release
1 parent 3da0c1d commit 25f32cd

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [v0.1.2] - 2020-09-30
11+
1012
### Added
1113
- Added `StaticReadBuffer` and `StaticWriteBuffer`, which are stricter versions of the original traits.
1214

@@ -19,5 +21,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
1921

2022
Initial release
2123

22-
[unreleased]: https://github.com/rust-embedded/embedded-dma/compare/v0.1.1...HEAD
24+
[unreleased]: https://github.com/rust-embedded/embedded-dma/compare/v0.1.2...HEAD
25+
[v0.1.2]: https://github.com/rust-embedded/embedded-dma/compare/v0.1.1...v0.1.2
2326
[v0.1.1]: https://github.com/rust-embedded/embedded-dma/compare/v0.1.0...v0.1.1

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "embedded-dma"
3-
version = "0.1.1"
3+
version = "0.1.2"
44
authors = [
55
"Jan Teske <[email protected]>",
66
"Thales Fragoso <[email protected]>"

0 commit comments

Comments
 (0)