Skip to content

Commit 5e50d6b

Browse files
bors[bot]burrbull
andauthored
Merge #684
684: release 0.27.1 r=therealprof a=burrbull Co-authored-by: Andrey Zgarbul <[email protected]>
2 parents 72cfab5 + e688e9a commit 5e50d6b

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

+4-1
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.27.1] - 2022-10-25
11+
1012
- fix cli error with --help/version
1113
- Don't cast fields with width 17-31 and non-zero offset.
1214

@@ -764,7 +766,8 @@ peripheral.register.write(|w| w.field().set());
764766

765767
- Initial version of the `svd2rust` tool
766768

767-
[Unreleased]: https://github.com/rust-embedded/svd2rust/compare/v0.27.0...HEAD
769+
[Unreleased]: https://github.com/rust-embedded/svd2rust/compare/v0.27.1...HEAD
770+
[v0.27.1]: https://github.com/rust-embedded/svd2rust/compare/v0.27.0...v0.27.1
768771
[v0.27.0]: https://github.com/rust-embedded/svd2rust/compare/v0.26.0...v0.27.0
769772
[v0.26.0]: https://github.com/rust-embedded/svd2rust/compare/v0.25.1...v0.26.0
770773
[v0.25.1]: https://github.com/rust-embedded/svd2rust/compare/v0.25.0...v0.25.1

Cargo.toml

+1-1
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.27.0"
26+
version = "0.27.1"
2727
readme = "README.md"
2828
rust-version = "1.60"
2929

0 commit comments

Comments
 (0)