Skip to content

Commit b276bdb

Browse files
committed
update changelog
1 parent ab40e9e commit b276bdb

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

CHANGELOG.md

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

88
## [Unreleased]
99

10-
## [v0.1.3] - 2021-11-26
10+
**Breaking:**
11+
- `StaticReadBuffer` and `StaticWriteBuffer` no longer exist. Instead use `ReadBuffer`, `WriteBuffer`.
1112

1213
### Added
1314
- Replace less strict `ReadBuffer` and `WriteBuffer` definitions with
@@ -28,7 +29,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
2829

2930
Initial release
3031

31-
[unreleased]: https://github.com/rust-embedded/embedded-dma/compare/v0.1.3...HEAD
32+
[unreleased]: https://github.com/rust-embedded/embedded-dma/compare/v0.2.0...HEAD
3233
[v0.1.3]: https://github.com/rust-embedded/embedded-dma/compare/v0.1.2...v0.1.3
3334
[v0.1.2]: https://github.com/rust-embedded/embedded-dma/compare/v0.1.1...v0.1.2
3435
[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 <jteske@posteo.net>",
66
"Thales Fragoso <thales.fragosoz@gmail.com>"

0 commit comments

Comments
 (0)