diff --git a/cortex-a-rt/CHANGELOG.md b/cortex-a-rt/CHANGELOG.md index a961230..c6f341c 100644 --- a/cortex-a-rt/CHANGELOG.md +++ b/cortex-a-rt/CHANGELOG.md @@ -9,9 +9,14 @@ and this project adheres to [Semantic Versioning](http://semver.org/). No changes +## [v0.1.1] + +Patch release to fix documentation build on `docs.rs`. + ## [v0.1.0] Initial release -[Unreleased]: https://github.com/rust-embedded/cortex-ar/compare/cortex-a-rt-v0.1.0...HEAD +[Unreleased]: https://github.com/rust-embedded/cortex-ar/compare/cortex-a-rt-v0.1.1...HEAD +[v0.1.1]: https://github.com/rust-embedded/cortex-ar/compare/cortex-a-rt-v0.1.0...cortex-a-rt-v0.1.1 [v0.1.0]: https://github.com/rust-embedded/cortex-ar/releases/tag/cortex-a-rt-v0.1.0 diff --git a/cortex-a-rt/Cargo.toml b/cortex-a-rt/Cargo.toml index 8be7d53..0faa2d9 100644 --- a/cortex-a-rt/Cargo.toml +++ b/cortex-a-rt/Cargo.toml @@ -12,7 +12,7 @@ readme = "README.md" repository = "https://github.com/rust-embedded/cortex-ar.git" homepage = "https://github.com/rust-embedded/cortex-ar.git" rust-version = "1.82" -version = "0.1.0" +version = "0.1.1" [dependencies] cortex-ar = {version = "0.2.0", path = "../cortex-ar"} @@ -29,4 +29,4 @@ vfp-dp = [] arm-targets = {version = "0.2.0", path = "../arm-targets"} [package.metadata.docs.rs] -targets = ["armv7a-none-eabihf"] +targets = ["armv7a-none-eabi"]