Skip to content

Commit 37deca2

Browse files
bors[bot]eldruin
andauthored
Merge #23
23: Prepare 0.2.0 release r=ryankurte a=eldruin Closes #22 Co-authored-by: Diego Barrios Romero <[email protected]>
2 parents bf185b6 + cf3a3d0 commit 37deca2

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.2.0] - 2021-02-01
11+
1012
### Changed
1113
- [breaking change] `StaticReadBuffer` and `StaticWriteBuffer` no longer exist. Instead use `ReadBuffer`, `WriteBuffer`.
1214

@@ -29,6 +31,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
2931

3032
Initial release
3133

32-
[unreleased]: https://github.com/rust-embedded/embedded-dma/compare/v0.1.2...HEAD
34+
[unreleased]: https://github.com/rust-embedded/embedded-dma/compare/v0.2.0...HEAD
35+
[v0.2.0]: https://github.com/rust-embedded/embedded-dma/compare/v0.1.2...v0.2.0
3336
[v0.1.2]: https://github.com/rust-embedded/embedded-dma/compare/v0.1.1...v0.1.2
3437
[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.2"
3+
version = "0.2.0"
44
authors = [
55
"Jan Teske <[email protected]>",
66
"Thales Fragoso <[email protected]>"

0 commit comments

Comments
 (0)