Skip to content

Commit f112486

Browse files
committed
v0.23
1 parent 040f9d4 commit f112486

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
77

88
## [Unreleased]
99

10+
## [v0.23.0] - 2022-04-26
11+
1012
- Generate const generic version of field array only if `const_generic` enabled
1113
- Clean `FieldReader`
1214
- Optional PascalCase for Enum values instead of UPPER_CASE
@@ -686,7 +688,8 @@ peripheral.register.write(|w| w.field().set());
686688

687689
- Initial version of the `svd2rust` tool
688690

689-
[Unreleased]: https://github.com/rust-embedded/svd2rust/compare/v0.22.2...HEAD
691+
[Unreleased]: https://github.com/rust-embedded/svd2rust/compare/v0.23.0...HEAD
692+
[v0.23.0]: https://github.com/rust-embedded/svd2rust/compare/v0.22.2...v0.23.0
690693
[v0.22.2]: https://github.com/rust-embedded/svd2rust/compare/v0.22.1...v0.22.2
691694
[v0.22.1]: https://github.com/rust-embedded/svd2rust/compare/v0.22.0...v0.22.1
692695
[v0.22.0]: https://github.com/rust-embedded/svd2rust/compare/v0.21.0...v0.22.0

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ keywords = [
2323
license = "MIT OR Apache-2.0"
2424
name = "svd2rust"
2525
repository = "https://github.com/rust-embedded/svd2rust/"
26-
version = "0.22.2"
26+
version = "0.23.0"
2727
readme = "README.md"
2828

2929
[package.metadata.deb]

0 commit comments

Comments
 (0)