Skip to content

Commit

Permalink
Merge pull request #246 from rust-embedded/r0145
Browse files Browse the repository at this point in the history
release svd-rs-0.14.5
  • Loading branch information
Emilgardis authored Nov 22, 2023
2 parents 0409483 + d296c1c commit c1bc8db
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions svd-rs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

## Unreleased

## [v0.14.5] - 2023-11-22

- `default_value` for `EnumeratedValues`
- move `EnumeratedValue` check to `strict` mode and fix it
- moved `isDefault` and `value` check on `EnumeratedValue` to strict mode

## [v0.14.4] - 2023-11-15

Expand Down Expand Up @@ -96,7 +98,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

Previous versions in common [changelog](../CHANGELOG.md).

[Unreleased]: https://github.com/rust-embedded/svd/compare/svd-rs-v0.14.4...HEAD
[Unreleased]: https://github.com/rust-embedded/svd/compare/svd-rs-v0.14.5...HEAD
[v0.14.5]: https://github.com/rust-embedded/svd/compare/svd-rs-v0.14.4...svd-rs-v0.14.5
[v0.14.4]: https://github.com/rust-embedded/svd/compare/svd-rs-v0.14.3...svd-rs-v0.14.4
[v0.14.3]: https://github.com/rust-embedded/svd/compare/svd-parser-v0.14.2...svd-rs-v0.14.3
[v0.14.2]: https://github.com/rust-embedded/svd/compare/svd-encoder-v0.14.2...svd-rs-v0.14.2
Expand Down
2 changes: 1 addition & 1 deletion svd-rs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ name = "svd-rs"
repository = "https://github.com/rust-embedded/svd"
edition = "2021"
rust-version = "1.58.0"
version = "0.14.4"
version = "0.14.5"
readme = "README.md"

[features]
Expand Down

0 comments on commit c1bc8db

Please sign in to comment.