Skip to content

Commit

Permalink
Prepare for 0.8.0 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
qwandor committed Oct 9, 2023
1 parent 090d028 commit 2c3e9cf
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down Expand Up @@ -76,11 +76,12 @@

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
[0.4.0]: https://github.com/gd32-rust/gd32-rs/compare/0.3.0...0.4.0
[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
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
```

Expand Down
2 changes: 1 addition & 1 deletion scripts/makecrates.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
import re
import yaml

VERSION = "0.7.0"
VERSION = "0.8.0"
SVD2RUST_VERSION = "0.30.1"

CRATE_DOC_FEATURES = {
Expand Down

0 comments on commit 2c3e9cf

Please sign in to comment.