Skip to content

Commit f73533a

Browse files
Merge pull request #228 from rust-embedded/v0.12
Prepare for new release
2 parents a35fde8 + 46fe1f5 commit f73533a

File tree

8 files changed

+13
-3
lines changed

8 files changed

+13
-3
lines changed

riscv-pac/CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
77

88
## [Unreleased]
99

10+
## [v0.2.0] - 2024-10-19
11+
1012
### Added
1113

1214
- Add `result` module for `Error` and `Result` types

riscv-peripheral/CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
77

88
## [Unreleased]
99

10+
## [v0.2.0] - 2024-10-19
11+
1012
### Added
1113

1214
- use `riscv-pac` result types for trait implementations

riscv-rt/CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
77

88
## [Unreleased]
99

10+
## [v0.13.0] - 2024-10-19
11+
1012
### Added
1113

1214
- Add integration tests to check that macros work as expected.

riscv-rt/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ targets = [
2222
[dependencies]
2323
riscv = { path = "../riscv", version = "0.12.0" }
2424
riscv-pac = { path = "../riscv-pac", version = "0.2.0" }
25-
riscv-rt-macros = { path = "macros", version = "0.2.1" }
25+
riscv-rt-macros = { path = "macros", version = "0.2.2" }
2626

2727
[dev-dependencies]
2828
panic-halt = "0.2.0"

riscv-rt/macros/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ keywords = ["riscv", "runtime", "startup"]
1010
license = "MIT OR Apache-2.0"
1111
name = "riscv-rt-macros"
1212
repository = "https://github.com/rust-embedded/riscv"
13-
version = "0.2.1"
13+
version = "0.2.2"
1414
edition = "2021"
1515

1616
[lib]

riscv-semihosting/CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
55

66
## [Unreleased]
77

8+
## [v0.1.1] - 2024-10-19
9+
810
### Changed
911

1012
- Apply clippy changes

riscv-semihosting/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ license = "MIT OR Apache-2.0"
1212
name = "riscv-semihosting"
1313
readme = "README.md"
1414
repository = "https://github.com/riscv-rust/riscv"
15-
version = "0.1.0"
15+
version = "0.1.1"
1616
edition = "2021"
1717
rust-version = "1.60.0"
1818

riscv/CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
77

88
## [Unreleased]
99

10+
## [v0.12.0] - 2024-10-19
11+
1012
### Added
1113

1214
- `riscv-macros` crate for `riscv-pac` enums.

0 commit comments

Comments
 (0)