From 452f8745d322fc376f6fe9c8740dddff716cd831 Mon Sep 17 00:00:00 2001 From: Boshen Date: Mon, 1 Apr 2024 11:14:01 +0800 Subject: [PATCH] chore: release --- CHANGELOG.md | 5 +++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b340693..4933644 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.0.2](https://github.com/oxc-project/cargo-release-oxc/compare/v0.0.1...v0.0.2) - 2024-04-01 + +### Fixed +- fix repository link in Cargo.toml + ## [0.0.1](https://github.com/oxc-project/release-oxc/compare/v0.0.0...v0.0.1) - 2024-03-31 ### Other diff --git a/Cargo.lock b/Cargo.lock index 9821ec4..bfdf1c8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -121,7 +121,7 @@ dependencies = [ [[package]] name = "cargo-release-oxc" -version = "0.0.1" +version = "0.0.2" dependencies = [ "anyhow", "bpaf", diff --git a/Cargo.toml b/Cargo.toml index 9b2c0ee..af6a717 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cargo-release-oxc" -version = "0.0.1" +version = "0.0.2" edition = "2021" description = "Oxc release management" authors = ["Boshen "]