Skip to content

Commit

Permalink
chore: bump package versions
Browse files Browse the repository at this point in the history
    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
  • Loading branch information
yvt committed Mar 30, 2022
1 parent 25024a4 commit d00ac3e
Show file tree
Hide file tree
Showing 12 changed files with 30 additions and 12 deletions.
5 changes: 4 additions & 1 deletion src/r3/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

## [0.2.2] - 2022-03-30

### Changed

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

Initial release.

[Unreleased]: https://github.com/r3-os/r3/compare/[email protected]
[Unreleased]: https://github.com/r3-os/r3/compare/[email protected]
[0.2.2]: https://github.com/r3-os/r3/compare/[email protected]@0.2.2
[0.2.1]: https://github.com/r3-os/r3/compare/[email protected]@0.2.1
[0.2.0]: https://github.com/r3-os/r3/compare/[email protected]@0.2.0
[0.1.3]: https://github.com/r3-os/r3/compare/[email protected]@0.1.3
Expand Down
2 changes: 1 addition & 1 deletion src/r3/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "r3"
version = "0.2.1"
version = "0.2.2"
edition = "2021"
license = "MIT OR Apache-2.0"
readme = "README.md"
Expand Down
5 changes: 4 additions & 1 deletion src/r3_core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

## [0.1.2] - 2022-03-30

### Changed

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

Initial release.

[Unreleased]: https://github.com/r3-os/r3/compare/[email protected]
[Unreleased]: https://github.com/r3-os/r3/compare/[email protected]
[0.1.2]: https://github.com/r3-os/r3/compare/[email protected]@0.1.2
[0.1.1]: https://github.com/r3-os/r3/compare/[email protected]@0.1.1
2 changes: 1 addition & 1 deletion src/r3_core/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "r3_core"
version = "0.1.1"
version = "0.1.2"
edition = "2021"
license = "MIT OR Apache-2.0"
description = "R3-OS API definition"
Expand Down
5 changes: 4 additions & 1 deletion src/r3_kernel/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

## [0.1.2] - 2022-03-30

### Changed

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

Initial release. Supports `r3_core ^0.1`.

[Unreleased]: https://github.com/r3-os/r3/compare/[email protected]
[Unreleased]: https://github.com/r3-os/r3/compare/[email protected]
[0.1.2]: https://github.com/r3-os/r3/compare/[email protected]@0.1.2
[0.1.1]: https://github.com/r3-os/r3/compare/[email protected]@0.1.1
2 changes: 1 addition & 1 deletion src/r3_kernel/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "r3_kernel"
version = "0.1.1"
version = "0.1.2"
edition = "2021"
license = "MIT OR Apache-2.0"
description = "The R3-OS original kernel"
Expand Down
5 changes: 4 additions & 1 deletion src/r3_port_arm/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

## [0.2.2] - 2022-03-30

### Changed

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

Initial release.

[Unreleased]: https://github.com/r3-os/r3/compare/[email protected]
[Unreleased]: https://github.com/r3-os/r3/compare/[email protected]
[0.2.2]: https://github.com/r3-os/r3/compare/[email protected][email protected]
[0.2.1]: https://github.com/r3-os/r3/compare/[email protected][email protected]
[0.2.0]: https://github.com/r3-os/r3/compare/[email protected][email protected]
[0.1.2]: https://github.com/r3-os/r3/compare/[email protected][email protected]
Expand Down
2 changes: 1 addition & 1 deletion src/r3_port_arm/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "r3_port_arm"
version = "0.2.1"
version = "0.2.2"
edition = "2021"
license = "MIT OR Apache-2.0"
description = "Armv7-A port for the R3-OS original kernel"
Expand Down
5 changes: 4 additions & 1 deletion src/r3_support_rp2040/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

## [0.2.2] - 2022-03-30

### Changed

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

Initial release.

[Unreleased]: https://github.com/r3-os/r3/compare/[email protected]
[Unreleased]: https://github.com/r3-os/r3/compare/[email protected]
[0.2.2]: https://github.com/r3-os/r3/compare/[email protected][email protected]
[0.2.1]: https://github.com/r3-os/r3/compare/[email protected][email protected]
[0.2.0]: https://github.com/r3-os/r3/compare/[email protected][email protected]
[0.1.1]: https://github.com/r3-os/r3/compare/[email protected][email protected]
2 changes: 1 addition & 1 deletion src/r3_support_rp2040/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "r3_support_rp2040"
version = "0.2.1"
version = "0.2.2"
edition = "2021"
license = "MIT OR Apache-2.0"
description = "Supporting package for running R3-OS on RP2040"
Expand Down
5 changes: 4 additions & 1 deletion src/r3_support_rza1/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

## [0.2.2] - 2022-03-30

### Changed

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

Initial release.

[Unreleased]: https://github.com/r3-os/r3/compare/[email protected]
[Unreleased]: https://github.com/r3-os/r3/compare/[email protected]
[0.2.2]: https://github.com/r3-os/r3/compare/[email protected][email protected]
[0.2.1]: https://github.com/r3-os/r3/compare/[email protected][email protected]
[0.2.0]: https://github.com/r3-os/r3/compare/[email protected][email protected]
[0.1.2]: https://github.com/r3-os/r3/compare/[email protected][email protected]
Expand Down
2 changes: 1 addition & 1 deletion src/r3_support_rza1/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "r3_support_rza1"
version = "0.2.1"
version = "0.2.2"
edition = "2021"
license = "MIT OR Apache-2.0"
description = "Supporting package for running R3-OS on Renesas RZ/A1"
Expand Down

0 comments on commit d00ac3e

Please sign in to comment.