File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 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/).
77
88## [ Unreleased]
99
10+ ## [ v0.25.1] - 2022-08-22
11+
1012- Fixed parentheses in RegisterBlock field accessors
1113- Check cluster size, add ` max_cluster_size ` option
1214
@@ -735,7 +737,8 @@ peripheral.register.write(|w| w.field().set());
735737
736738- Initial version of the ` svd2rust ` tool
737739
738- [ Unreleased ] : https://github.com/rust-embedded/svd2rust/compare/v0.25.0...HEAD
740+ [ Unreleased ] : https://github.com/rust-embedded/svd2rust/compare/v0.25.1...HEAD
741+ [ v0.25.1 ] : https://github.com/rust-embedded/svd2rust/compare/v0.25.0...v0.25.1
739742[ v0.25.0 ] : https://github.com/rust-embedded/svd2rust/compare/v0.24.1...v0.25.0
740743[ v0.24.1 ] : https://github.com/rust-embedded/svd2rust/compare/v0.24.0...v0.24.1
741744[ v0.24.0 ] : https://github.com/rust-embedded/svd2rust/compare/v0.23.1...v0.24.0
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ keywords = [
2323license = " MIT OR Apache-2.0"
2424name = " svd2rust"
2525repository = " https://github.com/rust-embedded/svd2rust/"
26- version = " 0.25.0 "
26+ version = " 0.25.1 "
2727readme = " README.md"
2828rust-version = " 1.60"
2929
You can’t perform that action at this time.
0 commit comments