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/).
7
7
8
8
## Unreleased
9
9
10
+ ## [ v0.14.2] - 2022-12-19
11
+
12
+ - Fix typo in ` headerDefinitionsPrefix `
13
+ - Update ` convert_case ` dependency
14
+
10
15
## [ v0.14.1] - 2022-07-23
11
16
12
17
- Fix uppercased names of arrays
@@ -37,7 +42,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
37
42
38
43
Previous versions in common [ changelog] ( ../CHANGELOG.md ) .
39
44
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
41
47
[ v0.14.1 ] : https://github.com/rust-embedded/svd/compare/v0.14.0..svd-encoder-v0.14.1
42
48
[ v0.14.0 ] : https://github.com/rust-embedded/svd/compare/svd-rs-v0.13.1..v0.14.0
43
49
[ 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"
8
8
repository = " https://github.com/rust-embedded/svd"
9
9
edition = " 2021"
10
10
rust-version = " 1.56.0"
11
- version = " 0.14.1 "
11
+ version = " 0.14.2 "
12
12
readme = " README.md"
13
13
14
14
[dependencies ]
15
- convert_case = " 0.5 .0"
15
+ convert_case = " 0.6 .0"
16
16
svd-rs = { version = " 0.14.0" , path = " ../svd-rs" }
17
17
thiserror = " 1.0.31"
18
18
You can’t perform that action at this time.
0 commit comments