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/r3@0.1.1...HEAD
36+
[Unreleased]: https://github.com/yvt/r3/compare/r3@0.1.2...HEAD
37+
[0.1.2]: https://github.com/yvt/r3/compare/r3@0.1.1...r3@0.1.2
3538
[0.1.1]: https://github.com/yvt/r3/compare/r3@0.1.0...r3@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 <i@yvt.jp>"]
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/r3_port_arm@0.1.0...HEAD
27+
[Unreleased]: https://github.com/yvt/r3/compare/r3_port_arm@0.1.1...HEAD
28+
[0.1.1]: https://github.com/yvt/r3/compare/r3_port_arm@0.1.0...r3_port_arm@0.1.1

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 <i@yvt.jp>"]
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/r3_port_arm_m@0.1.1...HEAD
30+
[Unreleased]: https://github.com/yvt/r3/compare/r3_port_arm_m@0.1.2...HEAD
31+
[0.1.2]: https://github.com/yvt/r3/compare/r3_port_arm_m@0.1.1...r3_port_arm_m@0.1.2
2932
[0.1.1]: https://github.com/yvt/r3/compare/r3_port_arm_m@0.1.0...r3_port_arm_m@0.1.1
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 <i@yvt.jp>"]
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/r3_port_riscv@0.1.1...HEAD
36+
[Unreleased]: https://github.com/yvt/r3/compare/r3_port_riscv@0.1.2...HEAD
37+
[0.1.2]: https://github.com/yvt/r3/compare/r3_port_riscv@0.1.1...r3_port_riscv@0.1.2
3538
[0.1.1]: https://github.com/yvt/r3/compare/r3_port_riscv@0.1.0...r3_port_riscv@0.1.1
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 <i@yvt.jp>"]
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/r3_port_std@0.1.1...HEAD
26+
[Unreleased]: https://github.com/yvt/r3/compare/r3_port_std@0.1.2...HEAD
27+
[0.1.2]: https://github.com/yvt/r3/compare/r3_port_std@0.1.1...r3_port_std@0.1.2
2628
[0.1.1]: https://github.com/yvt/r3/compare/r3_port_std@0.1.0...r3_port_std@0.1.1
2729

0 commit comments

Comments
 (0)