diff --git a/CHANGELOG.md b/CHANGELOG.md index 2c4edd0..b060809 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.15] - 2024-09-15 + - Add `process::{ExitCode,Termination}`. ## [0.1.14] - 2024-08-23 @@ -76,7 +78,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.14...HEAD +[Unreleased]: https://github.com/taiki-e/semihosting/compare/v0.1.15...HEAD +[0.1.15]: https://github.com/taiki-e/semihosting/compare/v0.1.14...v0.1.15 [0.1.14]: https://github.com/taiki-e/semihosting/compare/v0.1.13...v0.1.14 [0.1.13]: https://github.com/taiki-e/semihosting/compare/v0.1.12...v0.1.13 [0.1.12]: https://github.com/taiki-e/semihosting/compare/v0.1.11...v0.1.12 diff --git a/Cargo.toml b/Cargo.toml index 70c2264..499fac5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "semihosting" -version = "0.1.14" #publish:version +version = "0.1.15" #publish:version edition = "2021" rust-version = "1.64" license = "Apache-2.0 OR MIT"