File tree 2 files changed +5
-2
lines changed
2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
7
7
8
8
## [ Unreleased]
9
9
10
+ ## [ v0.27.2] - 2022-11-06
11
+
10
12
- mark alternate register accessors with ` const ` , bump ` pac ` MSRV to 1.61
11
13
- ` fields ` fn refactoring
12
14
- Test patched STM32
@@ -772,7 +774,8 @@ peripheral.register.write(|w| w.field().set());
772
774
773
775
- Initial version of the ` svd2rust ` tool
774
776
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
776
779
[ v0.27.1 ] : https://github.com/rust-embedded/svd2rust/compare/v0.27.0...v0.27.1
777
780
[ v0.27.0 ] : https://github.com/rust-embedded/svd2rust/compare/v0.26.0...v0.27.0
778
781
[ v0.26.0 ] : https://github.com/rust-embedded/svd2rust/compare/v0.25.1...v0.26.0
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ keywords = [
23
23
license = " MIT OR Apache-2.0"
24
24
name = " svd2rust"
25
25
repository = " https://github.com/rust-embedded/svd2rust/"
26
- version = " 0.27.1 "
26
+ version = " 0.27.2 "
27
27
readme = " README.md"
28
28
rust-version = " 1.60"
29
29
You can’t perform that action at this time.
0 commit comments