diff --git a/CHANGELOG.md b/CHANGELOG.md index a87bcad..332d2f8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,8 @@ Note: In this file, do not use the hard wrap in the middle of a sentence for com ## [Unreleased] +## [0.1.11] - 2024-06-16 + - Implement `core::error::Error` for `semihosting::io::Error` at Rust 1.81+. ([8701460](https://github.com/taiki-e/semihosting/commit/8701460101e5c9838bb09062435590f834837861)) ## [0.1.10] - 2024-05-06 @@ -58,7 +60,8 @@ Note: In this file, do not use the hard wrap in the middle of a sentence for com Initial release -[Unreleased]: https://github.com/taiki-e/semihosting/compare/v0.1.10...HEAD +[Unreleased]: https://github.com/taiki-e/semihosting/compare/v0.1.11...HEAD +[0.1.11]: https://github.com/taiki-e/semihosting/compare/v0.1.10...v0.1.11 [0.1.10]: https://github.com/taiki-e/semihosting/compare/v0.1.9...v0.1.10 [0.1.9]: https://github.com/taiki-e/semihosting/compare/v0.1.8...v0.1.9 [0.1.8]: https://github.com/taiki-e/semihosting/compare/v0.1.7...v0.1.8 diff --git a/Cargo.toml b/Cargo.toml index 0b6d855..44b1881 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "semihosting" -version = "0.1.10" #publish:version +version = "0.1.11" #publish:version edition = "2021" rust-version = "1.64" license = "Apache-2.0 OR MIT"