From 52b772f150134d58dbbdd198c80cb29b7906a510 Mon Sep 17 00:00:00 2001 From: Atliac Date: Wed, 16 Sep 2026 03:11:12 +0800 Subject: [PATCH] chore: release v2.0.2 --- CHANGELOG.md | 6 ++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 711d315..7b02665 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [2.0.2](https://github.com/Atliac/wgc/compare/v2.0.1...v2.0.2) - 2026-09-15 + +### Other + +- *(ci)* add PR welcome and refine Dependabot ([#56](https://github.com/Atliac/wgc/pull/56)) + ## [2.0.1](https://github.com/Atliac/wgc/compare/v2.0.0...v2.0.1) - 2026-09-15 ### Other diff --git a/Cargo.lock b/Cargo.lock index 36b4b69..cc28b5d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2509,7 +2509,7 @@ checksum = "a28ac98ddc8b9274cb41bb4d9d4d5c425b6020c50c46f25559911905610b4a88" [[package]] name = "wgc" -version = "2.0.1" +version = "2.0.2" dependencies = [ "anyhow", "image", diff --git a/Cargo.toml b/Cargo.toml index bd3f650..7de7904 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "wgc" -version = "2.0.1" +version = "2.0.2" edition = "2024" license = "MIT OR Apache-2.0" authors = ["Atliac"]