File tree 2 files changed +8
-3
lines changed
2 files changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
7
7
8
8
## Unreleased
9
9
10
+ ## [ v0.14.1] - 2022-07-23
11
+
12
+ - Fix uppercased names of arrays
13
+
10
14
## [ v0.14.0] - 2022-07-19
11
15
12
16
- Bump MSRV to 1.56.0 (2021)
@@ -33,8 +37,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
33
37
34
38
Previous versions in common [ changelog] ( ../CHANGELOG.md ) .
35
39
36
- [ Unreleased ] : https://github.com/rust-embedded/svd/compare/v0.14.0...HEAD
37
- [ v0.13.1 ] : https://github.com/rust-embedded/svd/compare/svd-rs-v0.13.1..v0.14.0
40
+ [ Unreleased ] : https://github.com/rust-embedded/svd/compare/svd-encoder-v0.14.1...HEAD
41
+ [ v0.14.1 ] : https://github.com/rust-embedded/svd/compare/v0.14.0..svd-encoder-v0.14.1
42
+ [ v0.14.0 ] : https://github.com/rust-embedded/svd/compare/svd-rs-v0.13.1..v0.14.0
38
43
[ v0.13.1 ] : https://github.com/rust-embedded/svd/compare/svd-parser-v0.13.1...svd-rs-v0.13.1
39
44
[ v0.13.0 ] : https://github.com/rust-embedded/svd/compare/v0.12.0...v0.13.0
40
45
[ v0.12.0 ] : https://github.com/rust-embedded/svd/compare/v0.11.0...v0.12.0
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ 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.0 "
11
+ version = " 0.14.1 "
12
12
readme = " README.md"
13
13
14
14
[dependencies ]
You can’t perform that action at this time.
0 commit comments