Skip to content

Commit af310e0

Browse files
committed
chore: bump package versions
r3: 0.1.1 → 0.1.2 r3_port_arm: 0.1.0 → 0.1.1 r3_port_arm_m: 0.1.1 → 0.2.0 (breaking) r3_port_riscv: 0.1.1 → 0.1.2 r3_port_std: 0.1.1 → 0.1.2 r3_portkit: 0.1.1 → 0.1.2 r3_support_rp2040: 0.1.0 r3_support_rza1: 0.1.0 → 0.1.1
1 parent 25e19e1 commit af310e0

File tree

17 files changed

+45
-25
lines changed

17 files changed

+45
-25
lines changed

Cargo.lock

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/r3/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/spec/v2.0.0.
77

88
## [Unreleased]
99

10+
## [0.1.2] - 2021-10-23
11+
1012
### Changed
1113

1214
- **Breaking (semver-exempt):** Change the target compiler version to `nightly-2021-10-18`
@@ -31,5 +33,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
3133

3234
Initial release.
3335

34-
[Unreleased]: https://github.com/yvt/r3/compare/[email protected]
36+
[Unreleased]: https://github.com/yvt/r3/compare/[email protected]
37+
[0.1.2]: https://github.com/yvt/r3/compare/[email protected]@0.1.2
3538
[0.1.1]: https://github.com/yvt/r3/compare/[email protected]@0.1.1

src/r3/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "r3"
3-
version = "0.1.1"
3+
version = "0.1.2"
44
authors = ["yvt <[email protected]>"]
55
edition = "2021"
66
license = "MIT OR Apache-2.0"

src/r3_port_arm/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/spec/v2.0.0.
77

88
## [Unreleased]
99

10+
## [0.1.1] - 2021-10-23
11+
1012
### Changed
1113

1214
- **Breaking (semver-exempt):** Change the target compiler version to `nightly-2021-10-18`
@@ -22,4 +24,5 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
2224

2325
Initial release.
2426

25-
[Unreleased]: https://github.com/yvt/r3/compare/[email protected]
27+
[Unreleased]: https://github.com/yvt/r3/compare/[email protected]
28+
[0.1.1]: https://github.com/yvt/r3/compare/[email protected][email protected]

src/r3_port_arm/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "r3_port_arm"
3-
version = "0.1.0"
3+
version = "0.1.1"
44
authors = ["yvt <[email protected]>"]
55
edition = "2021"
66
license = "MIT OR Apache-2.0"

src/r3_port_arm_m/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/spec/v2.0.0.
77

88
## [Unreleased]
99

10+
## [0.1.2] - 2021-10-23
11+
1012
### Changed
1113

1214
- **Breaking (semver-exempt):** Change the target compiler version to `nightly-2021-10-18`
@@ -25,6 +27,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
2527

2628
Initial release.
2729

28-
[Unreleased]: https://github.com/yvt/r3/compare/[email protected]
30+
[Unreleased]: https://github.com/yvt/r3/compare/[email protected]
31+
[0.1.2]: https://github.com/yvt/r3/compare/[email protected][email protected]
2932
[0.1.1]: https://github.com/yvt/r3/compare/[email protected][email protected]
3033

src/r3_port_arm_m/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "r3_port_arm_m"
3-
version = "0.1.1"
3+
version = "0.2.0"
44
authors = ["yvt <[email protected]>"]
55
edition = "2021"
66
license = "MIT OR Apache-2.0"

src/r3_port_riscv/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/spec/v2.0.0.
77

88
## [Unreleased]
99

10+
## [0.1.2] - 2021-10-23
11+
1012
### Changed
1113

1214
- **Breaking (semver-exempt):** Change the target compiler version to `nightly-2021-10-18`
@@ -31,6 +33,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
3133

3234
Initial release.
3335

34-
[Unreleased]: https://github.com/yvt/r3/compare/[email protected]
36+
[Unreleased]: https://github.com/yvt/r3/compare/[email protected]
37+
[0.1.2]: https://github.com/yvt/r3/compare/[email protected][email protected]
3538
[0.1.1]: https://github.com/yvt/r3/compare/[email protected][email protected]
3639

src/r3_port_riscv/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "r3_port_riscv"
3-
version = "0.1.1"
3+
version = "0.1.2"
44
authors = ["yvt <[email protected]>"]
55
edition = "2021"
66
license = "MIT OR Apache-2.0"

src/r3_port_std/CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [0.1.2] - 2021-10-23
11+
1012
### Changed
1113

1214
- **Breaking (semver-exempt):** Change the target compiler version to `nightly-2021-10-18`
@@ -17,11 +19,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
1719

1820
- The POSIX backend now supports AArch64.
1921

20-
2122
## 0.1.0 - 2020-11-03
2223

2324
Initial release.
2425

25-
[Unreleased]: https://github.com/yvt/r3/compare/[email protected]
26+
[Unreleased]: https://github.com/yvt/r3/compare/[email protected]
27+
[0.1.2]: https://github.com/yvt/r3/compare/[email protected][email protected]
2628
[0.1.1]: https://github.com/yvt/r3/compare/[email protected][email protected]
2729

src/r3_port_std/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "r3_port_std"
3-
version = "0.1.1"
3+
version = "0.1.2"
44
authors = ["yvt <[email protected]>"]
55
edition = "2021"
66
license = "MIT OR Apache-2.0"

src/r3_portkit/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/spec/v2.0.0.
77

88
## [Unreleased]
99

10+
## [0.1.2] - 2021-10-23
11+
1012
### Changed
1113

1214
- **Breaking (semver-exempt):** Change the target compiler version to `nightly-2021-10-18`
@@ -25,6 +27,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
2527

2628
Initial release.
2729

28-
[Unreleased]: https://github.com/yvt/r3/compare/[email protected]
30+
[Unreleased]: https://github.com/yvt/r3/compare/[email protected]
31+
[0.1.2]: https://github.com/yvt/r3/compare/[email protected][email protected]
2932
[0.1.1]: https://github.com/yvt/r3/compare/[email protected][email protected]
3033

src/r3_portkit/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "r3_portkit"
3-
version = "0.1.1"
3+
version = "0.1.2"
44
authors = ["yvt <[email protected]>"]
55
edition = "2021"
66
license = "MIT OR Apache-2.0"

src/r3_support_rp2040/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
77

88
## [Unreleased]
99

10-
## 0.1.0 - 2021-xx-xx
10+
## 0.1.0 - 2021-10-23
1111

1212
Initial release.
1313

src/r3_support_rp2040/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ semver-exempt = [
2121
]
2222

2323
[dependencies]
24-
r3_port_arm_m = { version = "0.1.0", path = "../r3_port_arm_m" }
24+
r3_port_arm_m = { version = "0.2.0", path = "../r3_port_arm_m" }
2525
r3_portkit = { version = "0.1.0", path = "../r3_portkit" }
2626
r3 = { version = "0.1.0", path = "../r3" }
2727

src/r3_support_rza1/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/spec/v2.0.0.
77

88
## [Unreleased]
99

10+
## [0.1.1] - 2021-10-23
11+
1012
### Changed
1113

1214
- **Breaking (semver-exempt):** Change the target compiler version to `nightly-2021-10-18`
@@ -15,4 +17,5 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
1517

1618
Initial release.
1719

18-
[Unreleased]: https://github.com/yvt/r3/compare/[email protected]
20+
[Unreleased]: https://github.com/yvt/r3/compare/[email protected]
21+
[0.1.1]: https://github.com/yvt/r3/compare/[email protected][email protected]

src/r3_support_rza1/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "r3_support_rza1"
3-
version = "0.1.0"
3+
version = "0.1.1"
44
authors = ["yvt <[email protected]>"]
55
edition = "2021"
66
license = "MIT OR Apache-2.0"

0 commit comments

Comments
 (0)