diff --git a/CHANGELOG.md b/CHANGELOG.md index 756b1a1c9..a15200e50 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## [Unreleased] +## [0.8.0] - Updated to `critical-section` to 1.1.2. - Updated to `cortex-m-rt` to 0.7.3. @@ -76,7 +76,7 @@ First release. -[unreleased]: https://github.com/gd32-rust/gd32-rs/compare/0.7.0...HEAD +[unreleased]: https://github.com/gd32-rust/gd32-rs/compare/0.8.0...HEAD [0.2.0]: https://github.com/gd32-rust/gd32-rs/compare/0.1.0...0.2.0 [0.2.1]: https://github.com/gd32-rust/gd32-rs/compare/0.2.0...0.2.1 [0.3.0]: https://github.com/gd32-rust/gd32-rs/compare/0.2.1...0.3.0 @@ -84,3 +84,4 @@ First release. [0.5.0]: https://github.com/gd32-rust/gd32-rs/compare/0.4.0...0.5.0 [0.6.0]: https://github.com/gd32-rust/gd32-rs/compare/0.5.0...0.6.0 [0.7.0]: https://github.com/gd32-rust/gd32-rs/compare/0.6.0...0.7.0 +[0.8.0]: https://github.com/gd32-rust/gd32-rs/compare/0.7.0...0.8.0 diff --git a/README.md b/README.md index fb8d06114..8a61516ee 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ In your own project's `Cargo.toml`: ```toml [dependencies.gd32f1] -version = "0.7.0" +version = "0.8.0" features = ["gd32f130", "rt"] ``` diff --git a/scripts/makecrates.py b/scripts/makecrates.py index 9f863c250..3b5441f26 100644 --- a/scripts/makecrates.py +++ b/scripts/makecrates.py @@ -16,7 +16,7 @@ import re import yaml -VERSION = "0.7.0" +VERSION = "0.8.0" SVD2RUST_VERSION = "0.30.1" CRATE_DOC_FEATURES = {