File tree 3 files changed +7
-4
lines changed
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/).
7
7
8
8
## [ Unreleased]
9
9
10
+ ## [ v0.33.0] - 2024-03-26
11
+
10
12
- 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
12
14
- Fix bit writer type for ` ModifiedWriteValues::ZeroToSet `
13
15
14
16
## [ v0.32.0] - 2024-02-26
@@ -877,7 +879,8 @@ peripheral.register.write(|w| w.field().set());
877
879
878
880
- Initial version of the ` svd2rust ` tool
879
881
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
881
884
[ v0.32.0 ] : https://github.com/rust-embedded/svd2rust/compare/v0.31.5...v0.32.0
882
885
[ v0.31.5 ] : https://github.com/rust-embedded/svd2rust/compare/v0.31.4...v0.31.5
883
886
[ 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 = [
23
23
license = " MIT OR Apache-2.0"
24
24
name = " svd2rust"
25
25
repository = " https://github.com/rust-embedded/svd2rust/"
26
- version = " 0.32 .0"
26
+ version = " 0.33 .0"
27
27
readme = " README.md"
28
28
rust-version = " 1.74"
29
29
You can’t perform that action at this time.
0 commit comments