File tree Expand file tree Collapse file tree 4 files changed +12
-6
lines changed Expand file tree Collapse file tree 4 files changed +12
-6
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
7
7
8
8
## Unreleased
9
9
10
+ ## [ v0.14.3] - 2023-04-04
11
+
10
12
- Add ` Sorting ` options to ` Config `
11
13
12
14
## [ v0.14.2] - 2022-12-19
@@ -44,7 +46,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
44
46
45
47
Previous versions in common [ changelog] ( ../CHANGELOG.md ) .
46
48
47
- [ Unreleased ] : https://github.com/rust-embedded/svd/compare/svd-encoder-v0.14.2...HEAD
49
+ [ Unreleased ] : https://github.com/rust-embedded/svd/compare/svd-rs-v0.14.2...HEAD
50
+ [ v0.14.3 ] : https://github.com/rust-embedded/svd/compare/svd-encoder-v0.14.2..svd-rs-v0.14.2
48
51
[ v0.14.2 ] : https://github.com/rust-embedded/svd/compare/svd-encoder-v0.14.1..svd-encoder-v0.14.2
49
52
[ v0.14.1 ] : https://github.com/rust-embedded/svd/compare/v0.14.0..svd-encoder-v0.14.1
50
53
[ v0.14.0 ] : https://github.com/rust-embedded/svd/compare/svd-rs-v0.13.1..v0.14.0
Original file line number Diff line number Diff line change @@ -8,12 +8,12 @@ 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.2 "
11
+ version = " 0.14.3 "
12
12
readme = " README.md"
13
13
14
14
[dependencies ]
15
15
convert_case = " 0.6.0"
16
- svd-rs = { version = " 0.14.0 " , path = " ../svd-rs" }
16
+ svd-rs = { version = " 0.14.2 " , path = " ../svd-rs" }
17
17
thiserror = " 1.0.31"
18
18
19
19
[dependencies .xmltree ]
Original file line number Diff line number Diff line change @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
7
7
8
8
## Unreleased
9
9
10
+ ## [ v0.14.2] - 2023-04-04
11
+
10
12
- Add support of ` a-Z ` for ` dimIndex `
11
13
- Add ` name ` , ` description ` , ` address_offset ` for ` RegisterCluster `
12
14
@@ -79,7 +81,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
79
81
80
82
Previous versions in common [ changelog] ( ../CHANGELOG.md ) .
81
83
82
- [ Unreleased ] : https://github.com/rust-embedded/svd/compare/svd-rs-v0.14.1...HEAD
84
+ [ Unreleased ] : https://github.com/rust-embedded/svd/compare/svd-rs-v0.14.2...HEAD
85
+ [ v0.14.2 ] : https://github.com/rust-embedded/svd/compare/svd-encoder-v0.14.2...svd-rs-v0.14.2
83
86
[ v0.14.1 ] : https://github.com/rust-embedded/svd/compare/v0.14.0...svd-rs-v0.14.1
84
87
[ v0.14.0 ] : https://github.com/rust-embedded/svd/compare/svd-rs-v0.13.2...v0.14.0
85
88
[ v0.13.2 ] : https://github.com/rust-embedded/svd/compare/svd-rs-v0.13.1...svd-rs-v0.13.2
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ name = "svd-rs"
10
10
repository = " https://github.com/rust-embedded/svd"
11
11
edition = " 2021"
12
12
rust-version = " 1.56.0"
13
- version = " 0.14.1 "
13
+ version = " 0.14.2 "
14
14
readme = " README.md"
15
15
16
16
[features ]
@@ -23,7 +23,7 @@ thiserror = "1.0.31"
23
23
version = " 1"
24
24
25
25
[dependencies .once_cell ]
26
- version = " 1.13.0 "
26
+ version = " 1.17.1 "
27
27
28
28
[dependencies .serde ]
29
29
version = " 1.0"
You can’t perform that action at this time.
0 commit comments