File tree Expand file tree Collapse file tree 3 files changed +7
-4
lines changed Expand file tree Collapse file tree 3 files changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -7,8 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/).
77
88## [ Unreleased]
99
10+ ## [ v0.33.0] - 2024-03-26
11+
1012- Add ` IsEnum ` constraint for ` FieldWriter ` s (fix ` variant ` safety)
11- - Make field writer ` bits ` always ` unsafe ` add ` set ` for safe writing
13+ - Make field writer ` bits ` always ` unsafe ` , add ` set ` for safe writing
1214- Fix bit writer type for ` ModifiedWriteValues::ZeroToSet `
1315
1416## [ v0.32.0] - 2024-02-26
@@ -877,7 +879,8 @@ peripheral.register.write(|w| w.field().set());
877879
878880- Initial version of the ` svd2rust ` tool
879881
880- [ Unreleased ] : https://github.com/rust-embedded/svd2rust/compare/v0.32.0...HEAD
882+ [ Unreleased ] : https://github.com/rust-embedded/svd2rust/compare/v0.33.0...HEAD
883+ [ v0.33.0 ] : https://github.com/rust-embedded/svd2rust/compare/v0.32.0...v0.33.0
881884[ v0.32.0 ] : https://github.com/rust-embedded/svd2rust/compare/v0.31.5...v0.32.0
882885[ v0.31.5 ] : https://github.com/rust-embedded/svd2rust/compare/v0.31.4...v0.31.5
883886[ v0.31.4 ] : https://github.com/rust-embedded/svd2rust/compare/v0.31.3...v0.31.4
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.32 .0"
26+ version = " 0.33 .0"
2727readme = " README.md"
2828rust-version = " 1.74"
2929
You can’t perform that action at this time.
0 commit comments