Skip to content

Commit dce8404

Browse files
committed
release svd-encoder 0.14.2
1 parent e774b98 commit dce8404

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

svd-encoder/CHANGELOG.md

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

88
## Unreleased
99

10+
## [v0.14.2] - 2022-12-19
11+
12+
- Fix typo in `headerDefinitionsPrefix`
13+
- Update `convert_case` dependency
14+
1015
## [v0.14.1] - 2022-07-23
1116

1217
- Fix uppercased names of arrays
@@ -37,7 +42,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
3742

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

40-
[Unreleased]: https://github.com/rust-embedded/svd/compare/svd-encoder-v0.14.1...HEAD
45+
[Unreleased]: https://github.com/rust-embedded/svd/compare/svd-encoder-v0.14.2...HEAD
46+
[v0.14.2]: https://github.com/rust-embedded/svd/compare/svd-encoder-v0.14.1..svd-encoder-v0.14.2
4147
[v0.14.1]: https://github.com/rust-embedded/svd/compare/v0.14.0..svd-encoder-v0.14.1
4248
[v0.14.0]: https://github.com/rust-embedded/svd/compare/svd-rs-v0.13.1..v0.14.0
4349
[v0.13.1]: https://github.com/rust-embedded/svd/compare/svd-parser-v0.13.1...svd-rs-v0.13.1

svd-encoder/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ name = "svd-encoder"
88
repository = "https://github.com/rust-embedded/svd"
99
edition = "2021"
1010
rust-version = "1.56.0"
11-
version = "0.14.1"
11+
version = "0.14.2"
1212
readme = "README.md"
1313

1414
[dependencies]
15-
convert_case = "0.5.0"
15+
convert_case = "0.6.0"
1616
svd-rs = { version = "0.14.0", path = "../svd-rs" }
1717
thiserror = "1.0.31"
1818

0 commit comments

Comments
 (0)