Skip to content

Commit d00ac3e

Browse files
committed
chore: bump package versions
r3: 0.2.1 → 0.2.2 r3_core: 0.1.1 → 0.1.2 r3_kernel: 0.1.1 → 0.1.2 r3_port_arm: 0.2.1 → 0.2.2 r3_support_rp2040: 0.2.1 → 0.2.2 r3_support_rza1: 0.2.1 → 0.2.2
1 parent 25024a4 commit d00ac3e

File tree

12 files changed

+30
-12
lines changed

12 files changed

+30
-12
lines changed

src/r3/CHANGELOG.md

+4-1
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.2.2] - 2022-03-30
11+
1012
### Changed
1113

1214
- **Breaking (semver-exempt):** Change the target compiler version to `nightly-2022-03-30`
@@ -74,7 +76,8 @@ This release only includes changes to the documentation.
7476

7577
Initial release.
7678

77-
[Unreleased]: https://github.com/r3-os/r3/compare/[email protected]
79+
[Unreleased]: https://github.com/r3-os/r3/compare/[email protected]
80+
[0.2.2]: https://github.com/r3-os/r3/compare/[email protected]@0.2.2
7881
[0.2.1]: https://github.com/r3-os/r3/compare/[email protected]@0.2.1
7982
[0.2.0]: https://github.com/r3-os/r3/compare/[email protected]@0.2.0
8083
[0.1.3]: https://github.com/r3-os/r3/compare/[email protected]@0.1.3

src/r3/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "r3"
3-
version = "0.2.1"
3+
version = "0.2.2"
44
edition = "2021"
55
license = "MIT OR Apache-2.0"
66
readme = "README.md"

src/r3_core/CHANGELOG.md

+4-1
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] - 2022-03-30
11+
1012
### Changed
1113

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

2325
Initial release.
2426

25-
[Unreleased]: https://github.com/r3-os/r3/compare/[email protected]
27+
[Unreleased]: https://github.com/r3-os/r3/compare/[email protected]
28+
[0.1.2]: https://github.com/r3-os/r3/compare/[email protected]@0.1.2
2629
[0.1.1]: https://github.com/r3-os/r3/compare/[email protected]@0.1.1

src/r3_core/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "r3_core"
3-
version = "0.1.1"
3+
version = "0.1.2"
44
edition = "2021"
55
license = "MIT OR Apache-2.0"
66
description = "R3-OS API definition"

src/r3_kernel/CHANGELOG.md

+4-1
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] - 2022-03-30
11+
1012
### Changed
1113

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

2325
Initial release. Supports `r3_core ^0.1`.
2426

25-
[Unreleased]: https://github.com/r3-os/r3/compare/[email protected]
27+
[Unreleased]: https://github.com/r3-os/r3/compare/[email protected]
28+
[0.1.2]: https://github.com/r3-os/r3/compare/[email protected]@0.1.2
2629
[0.1.1]: https://github.com/r3-os/r3/compare/[email protected]@0.1.1

src/r3_kernel/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "r3_kernel"
3-
version = "0.1.1"
3+
version = "0.1.2"
44
edition = "2021"
55
license = "MIT OR Apache-2.0"
66
description = "The R3-OS original kernel"

src/r3_port_arm/CHANGELOG.md

+4-1
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.2.2] - 2022-03-30
11+
1012
### Changed
1113

1214
- **Breaking (semver-exempt):** Change the target compiler version to `nightly-2022-03-30`
@@ -49,7 +51,8 @@ This release only includes changes to the documentation.
4951

5052
Initial release.
5153

52-
[Unreleased]: https://github.com/r3-os/r3/compare/[email protected]
54+
[Unreleased]: https://github.com/r3-os/r3/compare/[email protected]
55+
[0.2.2]: https://github.com/r3-os/r3/compare/[email protected][email protected]
5356
[0.2.1]: https://github.com/r3-os/r3/compare/[email protected][email protected]
5457
[0.2.0]: https://github.com/r3-os/r3/compare/[email protected][email protected]
5558
[0.1.2]: https://github.com/r3-os/r3/compare/[email protected][email protected]

src/r3_port_arm/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "r3_port_arm"
3-
version = "0.2.1"
3+
version = "0.2.2"
44
edition = "2021"
55
license = "MIT OR Apache-2.0"
66
description = "Armv7-A port for the R3-OS original kernel"

src/r3_support_rp2040/CHANGELOG.md

+4-1
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.2.2] - 2022-03-30
11+
1012
### Changed
1113

1214
- **Breaking (semver-exempt):** Change the target compiler version to `nightly-2022-03-30`
@@ -34,7 +36,8 @@ This release only includes changes to the documentation.
3436

3537
Initial release.
3638

37-
[Unreleased]: https://github.com/r3-os/r3/compare/[email protected]
39+
[Unreleased]: https://github.com/r3-os/r3/compare/[email protected]
40+
[0.2.2]: https://github.com/r3-os/r3/compare/[email protected][email protected]
3841
[0.2.1]: https://github.com/r3-os/r3/compare/[email protected][email protected]
3942
[0.2.0]: https://github.com/r3-os/r3/compare/[email protected][email protected]
4043
[0.1.1]: https://github.com/r3-os/r3/compare/[email protected][email protected]

src/r3_support_rp2040/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "r3_support_rp2040"
3-
version = "0.2.1"
3+
version = "0.2.2"
44
edition = "2021"
55
license = "MIT OR Apache-2.0"
66
description = "Supporting package for running R3-OS on RP2040"

src/r3_support_rza1/CHANGELOG.md

+4-1
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.2.2] - 2022-03-30
11+
1012
### Changed
1113

1214
- **Breaking (semver-exempt):** Change the target compiler version to `nightly-2022-03-30`
@@ -39,7 +41,8 @@ This release only includes changes to the documentation.
3941

4042
Initial release.
4143

42-
[Unreleased]: https://github.com/r3-os/r3/compare/[email protected]
44+
[Unreleased]: https://github.com/r3-os/r3/compare/[email protected]
45+
[0.2.2]: https://github.com/r3-os/r3/compare/[email protected][email protected]
4346
[0.2.1]: https://github.com/r3-os/r3/compare/[email protected][email protected]
4447
[0.2.0]: https://github.com/r3-os/r3/compare/[email protected][email protected]
4548
[0.1.2]: https://github.com/r3-os/r3/compare/[email protected][email protected]

src/r3_support_rza1/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "r3_support_rza1"
3-
version = "0.2.1"
3+
version = "0.2.2"
44
edition = "2021"
55
license = "MIT OR Apache-2.0"
66
description = "Supporting package for running R3-OS on Renesas RZ/A1"

0 commit comments

Comments
 (0)