diff --git a/CHANGELOG.md b/CHANGELOG.md index 4933644..cd6fea4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.0.3](https://github.com/oxc-project/cargo-release-oxc/compare/v0.0.2...v0.0.3) - 2024-04-03 + +### Added +- use `--bump` for version update +- add publish command +- add `regenerate_changelogs` command + +### Other +- improve `regenerate_changelogs` + ## [0.0.2](https://github.com/oxc-project/cargo-release-oxc/compare/v0.0.1...v0.0.2) - 2024-04-01 ### Fixed diff --git a/Cargo.lock b/Cargo.lock index bfdf1c8..428b027 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -121,7 +121,7 @@ dependencies = [ [[package]] name = "cargo-release-oxc" -version = "0.0.2" +version = "0.0.3" dependencies = [ "anyhow", "bpaf", diff --git a/Cargo.toml b/Cargo.toml index af6a717..3438d2a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cargo-release-oxc" -version = "0.0.2" +version = "0.0.3" edition = "2021" description = "Oxc release management" authors = ["Boshen "]