diff --git a/CHANGELOG.md b/CHANGELOG.md index 27008f3..c81030b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.0.7] - 2023-11-04 + ### Added - Dump CSRs using `regs` subcommand diff --git a/Cargo.lock b/Cargo.lock index d99ad4f..6f45396 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -618,7 +618,7 @@ checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538" [[package]] name = "wlink" -version = "0.0.6" +version = "0.0.7" dependencies = [ "anyhow", "bitfield", diff --git a/Cargo.toml b/Cargo.toml index 4ed1b32..8fce24d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "wlink" -version = "0.0.6" +version = "0.0.7" edition = "2021" authors = ["Andelf "] repository = "https://github.com/ch32-rs/wlink"