Skip to content

Commit fcc69ab

Browse files
committed
use v0.11.0 due to major dependency bump
1 parent bb86d34 commit fcc69ab

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

riscv-rt/CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
77

88
## [Unreleased]
99

10-
## [v0.10.1] - 2023-01-18
10+
## [v0.11.0] - 2023-01-18
1111

1212
### Changed
1313

@@ -100,8 +100,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
100100
- Set MSRV to 1.38
101101

102102

103-
[Unreleased]: https://github.com/rust-embedded/riscv-rt/compare/v0.10.1..HEAD
104-
[v0.10.1]: https://github.com/rust-embedded/riscv-rt/compare/v0.10.0...v0.10.1
103+
[Unreleased]: https://github.com/rust-embedded/riscv-rt/compare/v0.11.0..HEAD
104+
[v0.10.1]: https://github.com/rust-embedded/riscv-rt/compare/v0.10.0...v0.11.0
105105
[v0.10.0]: https://github.com/rust-embedded/riscv-rt/compare/v0.9.1...v0.10.0
106106
[v0.9.0]: https://github.com/rust-embedded/riscv-rt/compare/v0.8.1...v0.9.0
107107
[v0.8.1]: https://github.com/rust-embedded/riscv-rt/compare/v0.8.0...v0.8.1

riscv-rt/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "riscv-rt"
3-
version = "0.10.1"
3+
version = "0.11.0"
44
rust-version = "1.59"
55
repository = "https://github.com/rust-embedded/riscv-rt"
66
authors = ["The RISC-V Team <[email protected]>"]

0 commit comments

Comments
 (0)