Skip to content

Commit 7358e78

Browse files
bors[bot]burrbull
andauthored
Merge #555
555: v0.20 release r=therealprof a=burrbull Co-authored-by: Andrey Zgarbul <zgarbul.andrey@gmail.com>
2 parents b45bdce + 414a48e commit 7358e78

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.20.0] - 2021-12-07
11+
1012
### Fixed
1113

1214
- Bug with `use_mask`
@@ -634,7 +636,8 @@ peripheral.register.write(|w| w.field().set());
634636

635637
- Initial version of the `svd2rust` tool
636638

637-
[Unreleased]: https://github.com/rust-embedded/svd2rust/compare/v0.19.0...HEAD
639+
[Unreleased]: https://github.com/rust-embedded/svd2rust/compare/v0.20.0...HEAD
640+
[v0.20.0]: https://github.com/rust-embedded/svd2rust/compare/v0.19.0...v0.20.0
638641
[v0.19.0]: https://github.com/rust-embedded/svd2rust/compare/v0.18.0...v0.19.0
639642
[v0.18.0]: https://github.com/rust-embedded/svd2rust/compare/v0.17.0...v0.18.0
640643
[v0.17.0]: https://github.com/rust-embedded/svd2rust/compare/v0.16.1...v0.17.0

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ keywords = [
2323
license = "MIT OR Apache-2.0"
2424
name = "svd2rust"
2525
repository = "https://github.com/rust-embedded/svd2rust/"
26-
version = "0.19.0"
26+
version = "0.20.0"
2727
readme = "README.md"
2828

2929
[package.metadata.deb]

0 commit comments

Comments
 (0)