From 02704ca2b91e5474302a5cf603db92a37ca43ac4 Mon Sep 17 00:00:00 2001 From: Boshen Date: Fri, 14 Jun 2024 14:38:22 +0800 Subject: [PATCH] chore: release (#35) --- CHANGELOG.md | 7 +++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) 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 "]