Skip to content

Commit 45f4b81

Browse files
committed
bump patch version for cortex-a-rt to v0.1.1
1 parent 18dbecc commit 45f4b81

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

cortex-a-rt/CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,14 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
99

1010
No changes
1111

12+
## [v0.1.1]
13+
14+
Patch release to fix documentation build on `docs.rs`.
15+
1216
## [v0.1.0]
1317

1418
Initial release
1519

16-
[Unreleased]: https://github.com/rust-embedded/cortex-ar/compare/cortex-a-rt-v0.1.0...HEAD
20+
[Unreleased]: https://github.com/rust-embedded/cortex-ar/compare/cortex-a-rt-v0.1.1...HEAD
21+
[v0.1.1]: https://github.com/rust-embedded/cortex-ar/compare/cortex-a-rt-v0.1.0...cortex-a-rt-v0.1.1
1722
[v0.1.0]: https://github.com/rust-embedded/cortex-ar/releases/tag/cortex-a-rt-v0.1.0

cortex-a-rt/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ readme = "README.md"
1212
repository = "https://github.com/rust-embedded/cortex-ar.git"
1313
homepage = "https://github.com/rust-embedded/cortex-ar.git"
1414
rust-version = "1.82"
15-
version = "0.1.0"
15+
version = "0.1.1"
1616

1717
[dependencies]
1818
cortex-ar = {version = "0.2.0", path = "../cortex-ar"}

0 commit comments

Comments
 (0)