Skip to content

Commit 615c989

Browse files
committed
chore: bump package versions
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
1 parent 3b5941c commit 615c989

File tree

17 files changed

+60
-29
lines changed

17 files changed

+60
-29
lines changed

Cargo.lock

Lines changed: 10 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/r3/CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
66
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
77

88
## [Unreleased]
9+
## [0.1.3] - 2021-10-29
10+
11+
This release only includes changes to the documentation.
912

1013
## [0.1.2] - 2021-10-23
1114

@@ -33,6 +36,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
3336

3437
Initial release.
3538

36-
[Unreleased]: https://github.com/r3-os/r3/compare/[email protected]
39+
[Unreleased]: https://github.com/r3-os/r3/compare/[email protected]
40+
[0.1.3]: https://github.com/r3-os/r3/compare/[email protected]@0.1.3
3741
[0.1.2]: https://github.com/r3-os/r3/compare/[email protected]@0.1.2
3842
[0.1.1]: https://github.com/r3-os/r3/compare/[email protected]@0.1.1

src/r3/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "r3"
3-
version = "0.1.2"
3+
version = "0.1.3"
44
authors = ["yvt <[email protected]>"]
55
edition = "2021"
66
license = "MIT OR Apache-2.0"

src/r3_port_arm/CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
66
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
77

88
## [Unreleased]
9+
## [0.1.2] - 2021-10-29
10+
11+
This release only includes changes to the documentation.
912

1013
## [0.1.1] - 2021-10-23
1114

@@ -24,5 +27,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
2427

2528
Initial release.
2629

27-
[Unreleased]: https://github.com/r3-os/r3/compare/[email protected]
30+
[Unreleased]: https://github.com/r3-os/r3/compare/[email protected]
31+
[0.1.2]: https://github.com/r3-os/r3/compare/[email protected][email protected]
2832
[0.1.1]: https://github.com/r3-os/r3/compare/[email protected][email protected]

src/r3_port_arm/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "r3_port_arm"
3-
version = "0.1.1"
3+
version = "0.1.2"
44
authors = ["yvt <[email protected]>"]
55
edition = "2021"
66
license = "MIT OR Apache-2.0"

src/r3_port_arm_m/CHANGELOG.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,11 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
66
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
77

88
## [Unreleased]
9+
## [0.2.1] - 2021-10-29
910

10-
## [0.1.2] - 2021-10-23
11+
This release only includes changes to the documentation.
12+
13+
## [0.2.0] - 2021-10-23
1114

1215
### Changed
1316

@@ -27,7 +30,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
2730

2831
Initial release.
2932

30-
[Unreleased]: https://github.com/r3-os/r3/compare/[email protected]
31-
[0.1.2]: https://github.com/r3-os/r3/compare/[email protected][email protected]
33+
[Unreleased]: https://github.com/r3-os/r3/compare/[email protected]
34+
[0.2.1]: https://github.com/r3-os/r3/compare/[email protected][email protected]
35+
[0.2.0]: https://github.com/r3-os/r3/compare/[email protected][email protected]
3236
[0.1.1]: https://github.com/r3-os/r3/compare/[email protected][email protected]
3337

src/r3_port_arm_m/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "r3_port_arm_m"
3-
version = "0.2.0"
3+
version = "0.2.1"
44
authors = ["yvt <[email protected]>"]
55
edition = "2021"
66
license = "MIT OR Apache-2.0"

src/r3_port_riscv/CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
66
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
77

88
## [Unreleased]
9+
## [0.1.3] - 2021-10-29
10+
11+
This release only includes changes to the documentation.
912

1013
## [0.1.2] - 2021-10-23
1114

@@ -33,7 +36,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
3336

3437
Initial release.
3538

36-
[Unreleased]: https://github.com/r3-os/r3/compare/[email protected]
39+
[Unreleased]: https://github.com/r3-os/r3/compare/[email protected]
40+
[0.1.3]: https://github.com/r3-os/r3/compare/[email protected][email protected]
3741
[0.1.2]: https://github.com/r3-os/r3/compare/[email protected][email protected]
3842
[0.1.1]: https://github.com/r3-os/r3/compare/[email protected][email protected]
3943

src/r3_port_riscv/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "r3_port_riscv"
3-
version = "0.1.2"
3+
version = "0.1.3"
44
authors = ["yvt <[email protected]>"]
55
edition = "2021"
66
license = "MIT OR Apache-2.0"

src/r3_port_std/CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
66
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
77

88
## [Unreleased]
9+
## [0.1.3] - 2021-10-29
10+
11+
This release only includes minor changes to the documentation and internal implementation.
912

1013
## [0.1.2] - 2021-10-23
1114

@@ -23,7 +26,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
2326

2427
Initial release.
2528

26-
[Unreleased]: https://github.com/r3-os/r3/compare/[email protected]
29+
[Unreleased]: https://github.com/r3-os/r3/compare/[email protected]
30+
[0.1.3]: https://github.com/r3-os/r3/compare/[email protected][email protected]
2731
[0.1.2]: https://github.com/r3-os/r3/compare/[email protected][email protected]
2832
[0.1.1]: https://github.com/r3-os/r3/compare/[email protected][email protected]
2933

src/r3_port_std/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "r3_port_std"
3-
version = "0.1.2"
3+
version = "0.1.3"
44
authors = ["yvt <[email protected]>"]
55
edition = "2021"
66
license = "MIT OR Apache-2.0"

src/r3_portkit/CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
66
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
77

88
## [Unreleased]
9+
## [0.1.3] - 2021-10-29
10+
11+
This release only includes changes to the documentation.
912

1013
## [0.1.2] - 2021-10-23
1114

@@ -27,7 +30,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
2730

2831
Initial release.
2932

30-
[Unreleased]: https://github.com/r3-os/r3/compare/[email protected]
33+
[Unreleased]: https://github.com/r3-os/r3/compare/[email protected]
34+
[0.1.3]: https://github.com/r3-os/r3/compare/[email protected][email protected]
3135
[0.1.2]: https://github.com/r3-os/r3/compare/[email protected][email protected]
3236
[0.1.1]: https://github.com/r3-os/r3/compare/[email protected][email protected]
3337

src/r3_portkit/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "r3_portkit"
3-
version = "0.1.2"
3+
version = "0.1.3"
44
authors = ["yvt <[email protected]>"]
55
edition = "2021"
66
license = "MIT OR Apache-2.0"

src/r3_support_rp2040/CHANGELOG.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,13 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
66
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
77

88
## [Unreleased]
9+
## [0.1.1] - 2021-10-29
10+
11+
This release only includes changes to the documentation.
912

1013
## 0.1.0 - 2021-10-23
1114

1215
Initial release.
1316

14-
[Unreleased]: https://github.com/r3-os/r3/compare/[email protected].0...HEAD
15-
17+
[Unreleased]: https://github.com/r3-os/r3/compare/[email protected].1...HEAD
18+
[0.1.1]: https://github.com/r3-os/r3/compare/[email protected][email protected]

src/r3_support_rp2040/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "r3_support_rp2040"
3-
version = "0.1.0"
3+
version = "0.1.1"
44
authors = ["yvt <[email protected]>"]
55
edition = "2021"
66
license = "MIT OR Apache-2.0"

src/r3_support_rza1/CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
66
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
77

88
## [Unreleased]
9+
## [0.1.2] - 2021-10-29
10+
11+
This release only includes changes to the documentation.
912

1013
## [0.1.1] - 2021-10-23
1114

@@ -17,5 +20,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
1720

1821
Initial release.
1922

20-
[Unreleased]: https://github.com/r3-os/r3/compare/[email protected]
23+
[Unreleased]: https://github.com/r3-os/r3/compare/[email protected]
24+
[0.1.2]: https://github.com/r3-os/r3/compare/[email protected][email protected]
2125
[0.1.1]: https://github.com/r3-os/r3/compare/[email protected][email protected]

src/r3_support_rza1/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "r3_support_rza1"
3-
version = "0.1.1"
3+
version = "0.1.2"
44
authors = ["yvt <[email protected]>"]
55
edition = "2021"
66
license = "MIT OR Apache-2.0"

0 commit comments

Comments
 (0)