diff --git a/CHANGELOG.md b/CHANGELOG.md index 1870c9a5..56e3100d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] +## [v0.23.0] - 2022-04-26 + - Generate const generic version of field array only if `const_generic` enabled - Clean `FieldReader` - Optional PascalCase for Enum values instead of UPPER_CASE @@ -686,7 +688,8 @@ peripheral.register.write(|w| w.field().set()); - Initial version of the `svd2rust` tool -[Unreleased]: https://github.com/rust-embedded/svd2rust/compare/v0.22.2...HEAD +[Unreleased]: https://github.com/rust-embedded/svd2rust/compare/v0.23.0...HEAD +[v0.23.0]: https://github.com/rust-embedded/svd2rust/compare/v0.22.2...v0.23.0 [v0.22.2]: https://github.com/rust-embedded/svd2rust/compare/v0.22.1...v0.22.2 [v0.22.1]: https://github.com/rust-embedded/svd2rust/compare/v0.22.0...v0.22.1 [v0.22.0]: https://github.com/rust-embedded/svd2rust/compare/v0.21.0...v0.22.0 diff --git a/Cargo.toml b/Cargo.toml index 1d7f90bf..63bc0f92 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,7 +23,7 @@ keywords = [ license = "MIT OR Apache-2.0" name = "svd2rust" repository = "https://github.com/rust-embedded/svd2rust/" -version = "0.22.2" +version = "0.23.0" readme = "README.md" [package.metadata.deb]