Skip to content

Commit 1d7a42a

Browse files
bors[bot]burrbull
andauthored
Merge #196
196: 0.13.1 release r=adamgreig a=burrbull Co-authored-by: Andrey Zgarbul <[email protected]>
2 parents 2cc1ad5 + 05778d6 commit 1d7a42a

File tree

6 files changed

+15
-10
lines changed

6 files changed

+15
-10
lines changed

CHANGELOG.md

-1
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,6 @@ Newer releases see in [svd-rs/CHANGELOG.md](./svd-rs/CHANGELOG.md),
166166
- Initial SVD parser
167167
- A `parse` utility function to parse the contents of a SVD file (XML)
168168

169-
[Unreleased]: https://github.com/rust-embedded/svd/compare/v0.11.0...HEAD
170169
[v0.11.0]: https://github.com/rust-embedded/svd/compare/v0.10.2...v0.11.0
171170
[v0.10.2]: https://github.com/rust-embedded/svd/compare/v0.10.1...v0.10.2
172171
[v0.10.1]: https://github.com/rust-embedded/svd/compare/v0.10.0...v0.10.1

svd-encoder/CHANGELOG.md

+6-3
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
77

88
## Unreleased
99

10+
## [v0.13.1] - 2022-02-12
11+
1012
- Encode "dimIndex" ranges
1113

12-
## [v0.13.0] - 2022-01-02
14+
## [v0.13.0] - 2022-01-04
1315

1416
- Bump `svd-rs`
1517

@@ -23,9 +25,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
2325
## [v0.11.0] - 2021-10-02
2426
- Splitted from `svd-parser`
2527

26-
Previous versions in common [changelog][../CHANGELOG.md].
28+
Previous versions in common [changelog](../CHANGELOG.md).
2729

28-
[Unreleased]: https://github.com/rust-embedded/svd/compare/v0.13.0...HEAD
30+
[Unreleased]: https://github.com/rust-embedded/svd/compare/svd-rs-v0.13.1...HEAD
31+
[v0.13.1]: https://github.com/rust-embedded/svd/compare/svd-parser-v0.13.1...svd-rs-v0.13.1
2932
[v0.13.0]: https://github.com/rust-embedded/svd/compare/v0.12.0...v0.13.0
3033
[v0.12.0]: https://github.com/rust-embedded/svd/compare/v0.11.0...v0.12.0
3134
[v0.11.0]: https://github.com/rust-embedded/svd/compare/v0.10.2...v0.11.0

svd-encoder/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ license = "MIT OR Apache-2.0"
99
name = "svd-encoder"
1010
repository = "https://github.com/rust-embedded/svd"
1111
edition = "2018"
12-
version = "0.13.0"
12+
version = "0.13.1"
1313
readme = "README.md"
1414

1515
[dependencies]

svd-parser/CHANGELOG.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
1111

1212
- Make `version`, `description`, `width` and `address_unit_bits` on `Device` optional again
1313

14-
## [v0.13.0] - 2022-01-02
14+
## [v0.13.0] - 2022-01-04
1515

1616
- Add `svd2yaml` example
1717
- Bump `svd-rs`
@@ -25,7 +25,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
2525

2626
## [v0.11.0] - 2021-10-02
2727

28-
Previous versions in common [changelog][../CHANGELOG.md].
28+
Previous versions in common [changelog](../CHANGELOG.md).
2929

3030
[Unreleased]: https://github.com/rust-embedded/svd/compare/svd-parser-v0.13.1...HEAD
3131
[v0.13.1]: https://github.com/rust-embedded/svd/compare/v0.13.0...svd-parser-v0.13.1

svd-rs/CHANGELOG.md

+5-2
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.13.1] - 2022-02-12
11+
1012
- add `indexes_as_range` for `DimElement`
1113

1214
## [v0.13.0] - 2022-01-04
@@ -60,9 +62,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
6062
## [v0.11.0] - 2021-10-02
6163
- Splitted from `svd-parser`
6264

63-
Previous versions in common [changelog][../CHANGELOG.md].
65+
Previous versions in common [changelog](../CHANGELOG.md).
6466

65-
[Unreleased]: https://github.com/rust-embedded/svd/compare/v0.13.0...HEAD
67+
[Unreleased]: https://github.com/rust-embedded/svd/compare/svd-rs-v0.13.1...HEAD
68+
[v0.13.1]: https://github.com/rust-embedded/svd/compare/svd-parser-v0.13.1...svd-rs-v0.13.1
6669
[v0.13.0]: https://github.com/rust-embedded/svd/compare/svd-rs-v0.12.1...v0.13.0
6770
[v0.12.1]: https://github.com/rust-embedded/svd/compare/v0.12.0...svd-rs-v0.12.1
6871
[v0.12.0]: https://github.com/rust-embedded/svd/compare/svd-rs-v0.11.2...v0.12.0

svd-rs/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ license = "MIT OR Apache-2.0"
99
name = "svd-rs"
1010
repository = "https://github.com/rust-embedded/svd"
1111
edition = "2018"
12-
version = "0.13.0"
12+
version = "0.13.1"
1313
readme = "README.md"
1414

1515
[features]

0 commit comments

Comments
 (0)