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/).
7
7
8
8
## [ Unreleased]
9
9
10
+ ## [ v0.23.1] - 2022-04-29
11
+
10
12
- GHA: rust dependency caching
11
13
- remove unnedded fields clone
12
14
- Use reexport instead of type aliases in ` derive_from_base `
@@ -692,7 +694,8 @@ peripheral.register.write(|w| w.field().set());
692
694
693
695
- Initial version of the ` svd2rust ` tool
694
696
695
- [ Unreleased ] : https://github.com/rust-embedded/svd2rust/compare/v0.23.0...HEAD
697
+ [ Unreleased ] : https://github.com/rust-embedded/svd2rust/compare/v0.23.1...HEAD
698
+ [ v0.23.1 ] : https://github.com/rust-embedded/svd2rust/compare/v0.23.0...v0.23.1
696
699
[ v0.23.0 ] : https://github.com/rust-embedded/svd2rust/compare/v0.22.2...v0.23.0
697
700
[ v0.22.2 ] : https://github.com/rust-embedded/svd2rust/compare/v0.22.1...v0.22.2
698
701
[ v0.22.1 ] : https://github.com/rust-embedded/svd2rust/compare/v0.22.0...v0.22.1
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.23.0 "
26
+ version = " 0.23.1 "
27
27
readme = " README.md"
28
28
29
29
[package .metadata .deb ]
You can’t perform that action at this time.
0 commit comments