From 84cb7618b39177dd88cf3cc687a0c543262407b6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=88=90=E7=92=90=E9=A3=9E?= Date: Thu, 12 Oct 2023 16:56:26 +0800 Subject: [PATCH] =?UTF-8?q?release=20=E6=9B=B4=E6=96=B0=E7=89=88=E6=9C=AC?= =?UTF-8?q?=E4=B8=BA=200.2.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 4 ++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 28a69c3..8c9b245 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ ## Unreleased +## [0.2.0] - 2023-10-12 +### Fixes + - 修复wps-cn 应用在 -v 输出模式下”信息获取链接“输出错误的问题 + ## [0.1.9] - 2023-10-09 ### Fixes - 修复无法正确识别 Sonoma 系统 diff --git a/Cargo.lock b/Cargo.lock index 31074e6..a16ee0d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4,7 +4,7 @@ version = 3 [[package]] name = "appcu" -version = "0.1.9" +version = "0.2.0" dependencies = [ "clap", "dirs", diff --git a/Cargo.toml b/Cargo.toml index ba81388..ae38255 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "appcu" -version = "0.1.9" +version = "0.2.0" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html