diff --git a/CHANGELOG.md b/CHANGELOG.md index 8a57b818..11f94997 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] +## [v0.15.2] - 2019-07-29 + +- No changes, just fixing the metadata since crates.io didn't like the keywords + ## [v0.15.1] - 2019-07-29 ### Added @@ -444,7 +448,8 @@ peripheral.register.write(|w| w.field().set()); - Initial version of the `svd2rust` tool -[Unreleased]: https://github.com/rust-embedded/svd2rust/compare/v0.15.1...HEAD +[Unreleased]: https://github.com/rust-embedded/svd2rust/compare/v0.15.2...HEAD +[v0.15.2]: https://github.com/rust-embedded/svd2rust/compare/v0.15.1...v0.15.2 [v0.15.1]: https://github.com/rust-embedded/svd2rust/compare/v0.15.0...v0.15.1 [v0.15.0]: https://github.com/rust-embedded/svd2rust/compare/v0.14.0...v0.15.0 [v0.14.0]: https://github.com/rust-embedded/svd2rust/compare/v0.13.1...v0.14.0 diff --git a/Cargo.toml b/Cargo.toml index 41e33824..ec3ee872 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,10 +14,8 @@ categories = [ description = "Generate Rust register maps (`struct`s) from SVD files" documentation = "https://docs.rs/svd2rust" keywords = [ - "arm", - "cortex-m", - "riscv", - "msp430", + "svd", + "embedded", "register", "map", "generator", @@ -25,7 +23,7 @@ keywords = [ license = "MIT OR Apache-2.0" name = "svd2rust" repository = "https://github.com/rust-embedded/svd2rust/" -version = "0.15.1" +version = "0.15.2" readme = "README.md" [[bin]]