From f076d218da1626e4512a825080e5848d8550bb63 Mon Sep 17 00:00:00 2001 From: Boshen Date: Mon, 10 Feb 2025 17:26:40 +0800 Subject: [PATCH] chore: release v0.0.26 (#54) --- CHANGELOG.md | 21 +++++++++++++++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 23 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 392335a..209e325 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,27 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.0.26](https://github.com/oxc-project/cargo-release-oxc/compare/v0.0.25...v0.0.26) - 2025-02-09 + +### Other + +- *(deps)* update rust crate toml to 0.8.20 (#63) +- *(deps)* update rust crates (#62) +- *(deps)* update dependency rust to v1.84.1 (#61) +- *(deps)* update rust crates (#60) +- *(deps)* update rust crate serde_json to 1.0.137 (#59) +- *(deps)* update rust crate serde_json to 1.0.136 (#58) +- *(deps)* update rust crate serde_json to 1.0.135 (#57) +- *(deps)* update dependency rust to v1.84.0 (#56) +- *(deps)* update rust crates +- *(deps)* update rust crates +- *(deps)* update rust crate serde to 1.0.216 +- *(deps)* update rust crates +- *(deps)* update dependency rust to v1.83.0 (#55) +- *(deps)* update rust crates +- *(deps)* update rust crates +- *(deps)* update rust crate anyhow to 1.0.93 + ## [0.0.25](https://github.com/oxc-project/cargo-release-oxc/compare/v0.0.24...v0.0.25) - 2024-11-04 ### Other diff --git a/Cargo.lock b/Cargo.lock index eb2310a..229b99d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -236,7 +236,7 @@ dependencies = [ [[package]] name = "cargo-release-oxc" -version = "0.0.25" +version = "0.0.26" dependencies = [ "anyhow", "bpaf", diff --git a/Cargo.toml b/Cargo.toml index f56d621..6db42be 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cargo-release-oxc" -version = "0.0.25" +version = "0.0.26" edition = "2021" description = "Oxc release management" authors = ["Boshen "]