File tree Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Original file line number Diff line number Diff 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
3843Previous 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
Original file line number Diff line number Diff line change @@ -8,11 +8,11 @@ name = "svd-encoder"
88repository = " https://github.com/rust-embedded/svd"
99edition = " 2021"
1010rust-version = " 1.56.0"
11- version = " 0.14.1 "
11+ version = " 0.14.2 "
1212readme = " README.md"
1313
1414[dependencies ]
15- convert_case = " 0.5 .0"
15+ convert_case = " 0.6 .0"
1616svd-rs = { version = " 0.14.0" , path = " ../svd-rs" }
1717thiserror = " 1.0.31"
1818
You can’t perform that action at this time.
0 commit comments