Skip to content

Commit 06e263b

Browse files
committed
release encoder 0.14.3
1 parent 5226a15 commit 06e263b

File tree

4 files changed

+12
-6
lines changed

4 files changed

+12
-6
lines changed

svd-encoder/CHANGELOG.md

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

88
## Unreleased
99

10+
## [v0.14.3] - 2023-04-04
11+
1012
- Add `Sorting` options to `Config`
1113

1214
## [v0.14.2] - 2022-12-19
@@ -44,7 +46,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
4446

4547
Previous versions in common [changelog](../CHANGELOG.md).
4648

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
4851
[v0.14.2]: https://github.com/rust-embedded/svd/compare/svd-encoder-v0.14.1..svd-encoder-v0.14.2
4952
[v0.14.1]: https://github.com/rust-embedded/svd/compare/v0.14.0..svd-encoder-v0.14.1
5053
[v0.14.0]: https://github.com/rust-embedded/svd/compare/svd-rs-v0.13.1..v0.14.0

svd-encoder/Cargo.toml

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

1414
[dependencies]
1515
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" }
1717
thiserror = "1.0.31"
1818

1919
[dependencies.xmltree]

svd-rs/CHANGELOG.md

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

88
## Unreleased
99

10+
## [v0.14.2] - 2023-04-04
11+
1012
- Add support of `a-Z` for `dimIndex`
1113
- Add `name`, `description`, `address_offset` for `RegisterCluster`
1214

@@ -79,7 +81,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
7981

8082
Previous versions in common [changelog](../CHANGELOG.md).
8183

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
8386
[v0.14.1]: https://github.com/rust-embedded/svd/compare/v0.14.0...svd-rs-v0.14.1
8487
[v0.14.0]: https://github.com/rust-embedded/svd/compare/svd-rs-v0.13.2...v0.14.0
8588
[v0.13.2]: https://github.com/rust-embedded/svd/compare/svd-rs-v0.13.1...svd-rs-v0.13.2

svd-rs/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ name = "svd-rs"
1010
repository = "https://github.com/rust-embedded/svd"
1111
edition = "2021"
1212
rust-version = "1.56.0"
13-
version = "0.14.1"
13+
version = "0.14.2"
1414
readme = "README.md"
1515

1616
[features]
@@ -23,7 +23,7 @@ thiserror = "1.0.31"
2323
version = "1"
2424

2525
[dependencies.once_cell]
26-
version = "1.13.0"
26+
version = "1.17.1"
2727

2828
[dependencies.serde]
2929
version = "1.0"

0 commit comments

Comments
 (0)