Skip to content

Commit

Permalink
chore: bump package versions
Browse files Browse the repository at this point in the history
    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
  • Loading branch information
yvt committed Oct 23, 2021
1 parent 25e19e1 commit af310e0
Show file tree
Hide file tree
Showing 17 changed files with 45 additions and 25 deletions.
16 changes: 8 additions & 8 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.1.2] - 2021-10-23

### Changed

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

Initial release.

[Unreleased]: https://github.com/yvt/r3/compare/[email protected]
[Unreleased]: https://github.com/yvt/r3/compare/[email protected]
[0.1.2]: https://github.com/yvt/r3/compare/[email protected]@0.1.2
[0.1.1]: https://github.com/yvt/r3/compare/[email protected]@0.1.1
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.1.1"
version = "0.1.2"
authors = ["yvt <[email protected]>"]
edition = "2021"
license = "MIT OR Apache-2.0"
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.1.1] - 2021-10-23

### Changed

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

Initial release.

[Unreleased]: https://github.com/yvt/r3/compare/[email protected]
[Unreleased]: https://github.com/yvt/r3/compare/[email protected]
[0.1.1]: https://github.com/yvt/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.1.0"
version = "0.1.1"
authors = ["yvt <[email protected]>"]
edition = "2021"
license = "MIT OR Apache-2.0"
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.1.2] - 2021-10-23

### Changed

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

Initial release.

[Unreleased]: https://github.com/yvt/r3/compare/[email protected]
[Unreleased]: https://github.com/yvt/r3/compare/[email protected]
[0.1.2]: https://github.com/yvt/r3/compare/[email protected][email protected]
[0.1.1]: https://github.com/yvt/r3/compare/[email protected][email protected]

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.1.1"
version = "0.2.0"
authors = ["yvt <[email protected]>"]
edition = "2021"
license = "MIT OR Apache-2.0"
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.1.2] - 2021-10-23

### Changed

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

Initial release.

[Unreleased]: https://github.com/yvt/r3/compare/[email protected]
[Unreleased]: https://github.com/yvt/r3/compare/[email protected]
[0.1.2]: https://github.com/yvt/r3/compare/[email protected][email protected]
[0.1.1]: https://github.com/yvt/r3/compare/[email protected][email protected]

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.1.1"
version = "0.1.2"
authors = ["yvt <[email protected]>"]
edition = "2021"
license = "MIT OR Apache-2.0"
Expand Down
6 changes: 4 additions & 2 deletions 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.1.2] - 2021-10-23

### Changed

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

- The POSIX backend now supports AArch64.


## 0.1.0 - 2020-11-03

Initial release.

[Unreleased]: https://github.com/yvt/r3/compare/[email protected]
[Unreleased]: https://github.com/yvt/r3/compare/[email protected]
[0.1.2]: https://github.com/yvt/r3/compare/[email protected][email protected]
[0.1.1]: https://github.com/yvt/r3/compare/[email protected][email protected]

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.1.1"
version = "0.1.2"
authors = ["yvt <[email protected]>"]
edition = "2021"
license = "MIT OR Apache-2.0"
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.1.2] - 2021-10-23

### Changed

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

Initial release.

[Unreleased]: https://github.com/yvt/r3/compare/[email protected]
[Unreleased]: https://github.com/yvt/r3/compare/[email protected]
[0.1.2]: https://github.com/yvt/r3/compare/[email protected][email protected]
[0.1.1]: https://github.com/yvt/r3/compare/[email protected][email protected]

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.1.1"
version = "0.1.2"
authors = ["yvt <[email protected]>"]
edition = "2021"
license = "MIT OR Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion src/r3_support_rp2040/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

## 0.1.0 - 2021-xx-xx
## 0.1.0 - 2021-10-23

Initial release.

Expand Down
2 changes: 1 addition & 1 deletion src/r3_support_rp2040/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ semver-exempt = [
]

[dependencies]
r3_port_arm_m = { version = "0.1.0", path = "../r3_port_arm_m" }
r3_port_arm_m = { version = "0.2.0", path = "../r3_port_arm_m" }
r3_portkit = { version = "0.1.0", path = "../r3_portkit" }
r3 = { version = "0.1.0", path = "../r3" }

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.1.1] - 2021-10-23

### Changed

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

Initial release.

[Unreleased]: https://github.com/yvt/r3/compare/[email protected]
[Unreleased]: https://github.com/yvt/r3/compare/[email protected]
[0.1.1]: https://github.com/yvt/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.1.0"
version = "0.1.1"
authors = ["yvt <[email protected]>"]
edition = "2021"
license = "MIT OR Apache-2.0"
Expand Down

0 comments on commit af310e0

Please sign in to comment.