diff --git a/CHANGELOG.md b/CHANGELOG.md index 277ce9f..a157e2b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.0.17](https://github.com/oxc-project/cargo-release-oxc/compare/v0.0.16...v0.0.17) - 2024-06-14 + +### Other +- remove cargo check from publish +- add dry-run +- print to file instead of to terminal + ## [0.0.16](https://github.com/oxc-project/cargo-release-oxc/compare/v0.0.15...v0.0.16) - 2024-06-14 ### Other diff --git a/Cargo.lock b/Cargo.lock index 57b2d57..d9eaf80 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -157,7 +157,7 @@ dependencies = [ [[package]] name = "cargo-release-oxc" -version = "0.0.16" +version = "0.0.17" dependencies = [ "anyhow", "bpaf", diff --git a/Cargo.toml b/Cargo.toml index a436b2d..b40bcf9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cargo-release-oxc" -version = "0.0.16" +version = "0.0.17" edition = "2021" description = "Oxc release management" authors = ["Boshen "]