File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -9,9 +9,14 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
99
1010No changes
1111
12+ ## [ v0.1.1]
13+
14+ Patch release to fix documentation build on ` docs.rs ` .
15+
1216## [ v0.1.0]
1317
1418Initial 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
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ readme = "README.md"
1212repository = " https://github.com/rust-embedded/cortex-ar.git"
1313homepage = " https://github.com/rust-embedded/cortex-ar.git"
1414rust-version = " 1.82"
15- version = " 0.1.0 "
15+ version = " 0.1.1 "
1616
1717[dependencies ]
1818cortex-ar = {version = " 0.2.0" , path = " ../cortex-ar" }
@@ -29,4 +29,4 @@ vfp-dp = []
2929arm-targets = {version = " 0.2.0" , path = " ../arm-targets" }
3030
3131[package .metadata .docs .rs ]
32- targets = [" armv7a-none-eabihf " ]
32+ targets = [" armv7a-none-eabi " ]
You can’t perform that action at this time.
0 commit comments