Skip to content

Commit 4eb24b1

Browse files
bors[bot]burrbull
andauthored
Merge #695
695: release 0.27.2 r=Emilgardis a=burrbull Co-authored-by: Andrey Zgarbul <[email protected]>
2 parents fffc253 + e3cef95 commit 4eb24b1

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.2] - 2022-11-06
11+
1012
- mark alternate register accessors with `const`, bump `pac` MSRV to 1.61
1113
- `fields` fn refactoring
1214
- Test patched STM32
@@ -772,7 +774,8 @@ peripheral.register.write(|w| w.field().set());
772774

773775
- Initial version of the `svd2rust` tool
774776

775-
[Unreleased]: https://github.com/rust-embedded/svd2rust/compare/v0.27.1...HEAD
777+
[Unreleased]: https://github.com/rust-embedded/svd2rust/compare/v0.27.2...HEAD
778+
[v0.27.2]: https://github.com/rust-embedded/svd2rust/compare/v0.27.1...v0.27.2
776779
[v0.27.1]: https://github.com/rust-embedded/svd2rust/compare/v0.27.0...v0.27.1
777780
[v0.27.0]: https://github.com/rust-embedded/svd2rust/compare/v0.26.0...v0.27.0
778781
[v0.26.0]: https://github.com/rust-embedded/svd2rust/compare/v0.25.1...v0.26.0

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

0 commit comments

Comments
 (0)