Skip to content

Commit

Permalink
chore: bump package versions
Browse files Browse the repository at this point in the history
    r3:                 0.1.2 → 0.1.3
    r3_port_arm:        0.1.1 → 0.1.2
    r3_port_arm_m:      0.2.0 → 0.2.1
    r3_port_riscv:      0.1.2 → 0.1.3
    r3_port_std:        0.1.2 → 0.1.3
    r3_portkit:         0.1.2 → 0.1.3
    r3_support_rp2040:  0.1.0 → 0.1.1
    r3_support_rza1:    0.1.1 → 0.1.2
  • Loading branch information
yvt committed Oct 29, 2021
1 parent 3b5941c commit 615c989
Show file tree
Hide file tree
Showing 17 changed files with 60 additions and 29 deletions.
20 changes: 10 additions & 10 deletions Cargo.lock

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

6 changes: 5 additions & 1 deletion src/r3/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [Unreleased]
## [0.1.3] - 2021-10-29

This release only includes changes to the documentation.

## [0.1.2] - 2021-10-23

Expand Down Expand Up @@ -33,6 +36,7 @@ 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.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
[0.1.1]: https://github.com/r3-os/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.2"
version = "0.1.3"
authors = ["yvt <[email protected]>"]
edition = "2021"
license = "MIT OR Apache-2.0"
Expand Down
6 changes: 5 additions & 1 deletion src/r3_port_arm/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [Unreleased]
## [0.1.2] - 2021-10-29

This release only includes changes to the documentation.

## [0.1.1] - 2021-10-23

Expand All @@ -24,5 +27,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][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.1.1"
version = "0.1.2"
authors = ["yvt <[email protected]>"]
edition = "2021"
license = "MIT OR Apache-2.0"
Expand Down
10 changes: 7 additions & 3 deletions src/r3_port_arm_m/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,11 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [Unreleased]
## [0.2.1] - 2021-10-29

## [0.1.2] - 2021-10-23
This release only includes changes to the documentation.

## [0.2.0] - 2021-10-23

### Changed

Expand All @@ -27,7 +30,8 @@ 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]
[0.1.2]: https://github.com/r3-os/r3/compare/[email protected][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_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.2.0"
version = "0.2.1"
authors = ["yvt <[email protected]>"]
edition = "2021"
license = "MIT OR Apache-2.0"
Expand Down
6 changes: 5 additions & 1 deletion src/r3_port_riscv/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [Unreleased]
## [0.1.3] - 2021-10-29

This release only includes changes to the documentation.

## [0.1.2] - 2021-10-23

Expand Down Expand Up @@ -33,7 +36,8 @@ 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.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]
[0.1.1]: https://github.com/r3-os/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.2"
version = "0.1.3"
authors = ["yvt <[email protected]>"]
edition = "2021"
license = "MIT OR Apache-2.0"
Expand Down
6 changes: 5 additions & 1 deletion src/r3_port_std/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [Unreleased]
## [0.1.3] - 2021-10-29

This release only includes minor changes to the documentation and internal implementation.

## [0.1.2] - 2021-10-23

Expand All @@ -23,7 +26,8 @@ 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.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]
[0.1.1]: https://github.com/r3-os/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.2"
version = "0.1.3"
authors = ["yvt <[email protected]>"]
edition = "2021"
license = "MIT OR Apache-2.0"
Expand Down
6 changes: 5 additions & 1 deletion src/r3_portkit/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [Unreleased]
## [0.1.3] - 2021-10-29

This release only includes changes to the documentation.

## [0.1.2] - 2021-10-23

Expand All @@ -27,7 +30,8 @@ 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.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]
[0.1.1]: https://github.com/r3-os/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.2"
version = "0.1.3"
authors = ["yvt <[email protected]>"]
edition = "2021"
license = "MIT OR Apache-2.0"
Expand Down
7 changes: 5 additions & 2 deletions src/r3_support_rp2040/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,13 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [Unreleased]
## [0.1.1] - 2021-10-29

This release only includes changes to the documentation.

## 0.1.0 - 2021-10-23

Initial release.

[Unreleased]: https://github.com/r3-os/r3/compare/[email protected].0...HEAD

[Unreleased]: https://github.com/r3-os/r3/compare/[email protected].1...HEAD
[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.1.0"
version = "0.1.1"
authors = ["yvt <[email protected]>"]
edition = "2021"
license = "MIT OR Apache-2.0"
Expand Down
6 changes: 5 additions & 1 deletion src/r3_support_rza1/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [Unreleased]
## [0.1.2] - 2021-10-29

This release only includes changes to the documentation.

## [0.1.1] - 2021-10-23

Expand All @@ -17,5 +20,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][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.1.1"
version = "0.1.2"
authors = ["yvt <[email protected]>"]
edition = "2021"
license = "MIT OR Apache-2.0"
Expand Down

0 comments on commit 615c989

Please sign in to comment.