Skip to content

Commit

Permalink
chore: bump package versions
Browse files Browse the repository at this point in the history
    r3:                 0.2.0 → 0.2.1
    r3_core:            0.1.0 → 0.1.1
    r3_kernel:          0.1.0 → 0.1.1
    r3_port_arm:        0.2.0 → 0.2.1
    r3_port_arm_m:      0.3.0 → 0.3.1
    r3_port_riscv:      0.2.0 → 0.2.1
    r3_port_std:        0.2.0 → 0.2.1
    r3_portkit:         0.2.0 → 0.2.1
    r3_support_rp2040:  0.2.0 → 0.2.1
    r3_support_rza1:    0.2.0 → 0.2.1
  • Loading branch information
yvt committed Mar 19, 2022
1 parent 7584094 commit cdbda4e
Show file tree
Hide file tree
Showing 21 changed files with 61 additions and 31 deletions.
22 changes: 11 additions & 11 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.1] - 2022-03-19

### Fixed

- Upgrade `svgbobdoc` to `^0.3.0` to fix build failures in documentation build
Expand Down Expand Up @@ -67,7 +69,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.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
[0.1.2]: https://github.com/r3-os/r3/compare/[email protected]@0.1.2
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.0"
version = "0.2.1"
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.1] - 2022-03-19

### Fixed

- Upgrade `svgbobdoc` to `^0.3.0` to fix build failures in documentation build
Expand All @@ -16,4 +18,5 @@ 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.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.0"
version = "0.1.1"
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.1] - 2022-03-19

### Fixed

- Upgrade `svgbobdoc` to `^0.3.0` to fix build failures in documentation build
Expand All @@ -16,4 +18,5 @@ 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.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.0"
version = "0.1.1"
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.1] - 2022-03-19

### Fixed

- Improve rustdoc theme detection on docs.rs
Expand Down Expand Up @@ -42,7 +44,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.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]
[0.1.1]: https://github.com/r3-os/r3/compare/[email protected][email protected]
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.0"
version = "0.2.1"
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_port_arm_m/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.3.1] - 2022-03-19

### Fixed

- Improve rustdoc theme detection on docs.rs
Expand Down Expand Up @@ -45,7 +47,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.3.1]: https://github.com/r3-os/r3/compare/[email protected][email protected]
[0.3.0]: 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]
Expand Down
2 changes: 1 addition & 1 deletion src/r3_port_arm_m/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "r3_port_arm_m"
version = "0.3.0"
version = "0.3.1"
edition = "2021"
license = "MIT OR Apache-2.0"
description = "Cortex-M port for the R3-OS original kernel"
Expand Down
5 changes: 4 additions & 1 deletion src/r3_port_riscv/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.1] - 2022-03-19

### Fixed

- Upgrade `svgbobdoc` to `^0.3.0` to fix build failures in documentation build
Expand Down Expand Up @@ -62,7 +64,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.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.3]: 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_riscv/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "r3_port_riscv"
version = "0.2.0"
version = "0.2.1"
edition = "2021"
license = "MIT OR Apache-2.0"
description = "RISC-V port for the R3-OS original kernel"
Expand Down
5 changes: 4 additions & 1 deletion src/r3_port_std/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.1] - 2022-03-19

### Fixed

- Improve rustdoc theme detection on docs.rs
Expand Down Expand Up @@ -41,7 +43,8 @@ This release only includes minor changes to the documentation and internal imple

Initial release.

[Unreleased]: https://github.com/r3-os/r3/compare/[email protected]
[Unreleased]: https://github.com/r3-os/r3/compare/[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.3]: 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_std/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "r3_port_std"
version = "0.2.0"
version = "0.2.1"
edition = "2021"
license = "MIT OR Apache-2.0"
description = "Simulator port for the R3-OS original kernel"
Expand Down
5 changes: 4 additions & 1 deletion src/r3_portkit/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.1] - 2022-03-19

### Fixed

- Upgrade `svgbobdoc` to `^0.3.0` to fix build failures in documentation build
Expand Down Expand Up @@ -43,7 +45,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.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.3]: 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_portkit/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "r3_portkit"
version = "0.2.0"
version = "0.2.1"
edition = "2021"
license = "MIT OR Apache-2.0"
description = "Utilities for writing a port of R3"
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.1] - 2022-03-19

### Fixed

- Improve rustdoc theme detection on docs.rs
Expand All @@ -26,6 +28,7 @@ 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.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.0"
version = "0.2.1"
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.1] - 2022-03-19

### Fixed

- Improve rustdoc theme detection on docs.rs
Expand All @@ -31,7 +33,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.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]
[0.1.1]: https://github.com/r3-os/r3/compare/[email protected][email protected]
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.0"
version = "0.2.1"
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 cdbda4e

Please sign in to comment.