From 2729c84fc60c8616406b78cbfd02ac2aa1b192ce Mon Sep 17 00:00:00 2001 From: Andrew Walbran Date: Fri, 22 Mar 2024 15:24:32 +0000 Subject: [PATCH] Prepare for 0.9.0 release. --- CHANGELOG.md | 5 +++-- README.md | 2 +- scripts/makecrates.py | 2 +- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6e0c42424..63d77d1d1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## [unreleased] +## [0.9.0] - Updated to `svd2rust` 0.32.0. - GD32C1x3 @@ -97,7 +97,7 @@ First release. -[unreleased]: https://github.com/gd32-rust/gd32-rs/compare/0.8.0...HEAD +[unreleased]: https://github.com/gd32-rust/gd32-rs/compare/0.9.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 @@ -106,3 +106,4 @@ First release. [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 +[0.8.0]: https://github.com/gd32-rust/gd32-rs/compare/0.8.0...0.9.0 diff --git a/README.md b/README.md index 490956941..ab2fa8623 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ In your own project's `Cargo.toml`: ```toml [dependencies.gd32f1] -version = "0.8.0" +version = "0.9.0" features = ["gd32f130", "rt"] ``` diff --git a/scripts/makecrates.py b/scripts/makecrates.py index de41f217c..c94be4d6b 100644 --- a/scripts/makecrates.py +++ b/scripts/makecrates.py @@ -16,7 +16,7 @@ import re import yaml -VERSION = "0.8.0" +VERSION = "0.9.0" SVD2RUST_VERSION = "0.32.0" CRATE_DOC_FEATURES = {