Skip to content

Commit eea5c93

Browse files
committed
riscv v0.15.0
1 parent 00a818c commit eea5c93

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

riscv/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
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.15.0] - 2025-09-04
11+
1012
### Added
1113

1214
- New convenience `try_new` and `new` associated functions for `Mtvec` and `Stvec`.

riscv/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "riscv"
3-
version = "0.14.0"
3+
version = "0.15.0"
44
edition = "2021"
55
rust-version = "1.67"
66
repository = "https://github.com/rust-embedded/riscv"
@@ -28,5 +28,5 @@ critical-section-single-hart = ["critical-section/restore-state-bool"]
2828
critical-section = "1.2.0"
2929
embedded-hal = "1.0.0"
3030
riscv-pac = { path = "../riscv-pac", version = "0.2.0" }
31-
riscv-macros = { path = "macros", version = "0.2.0", optional = true }
31+
riscv-macros = { path = "macros", version = "0.3.0", optional = true }
3232
paste = "1.0.15"

riscv/macros/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ keywords = ["riscv", "register", "peripheral"]
99
license = "MIT OR Apache-2.0"
1010
name = "riscv-macros"
1111
repository = "https://github.com/rust-embedded/riscv"
12-
version = "0.2.0"
12+
version = "0.3.0"
1313
edition = "2021"
1414

1515
[lib]

0 commit comments

Comments
 (0)