From 6f6d09a4e208a7711d1832822ef6b4213e9a51f8 Mon Sep 17 00:00:00 2001 From: shenjack <3695888@qq.com> Date: Sun, 25 Feb 2024 21:38:51 +0800 Subject: [PATCH] =?UTF-8?q?0.4.12=EF=BC=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Cargo.lock | 2 +- ica-rs/Cargo.toml | 2 +- news.md | 4 ++++ 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 8adbcc8..7fc7eb8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -640,7 +640,7 @@ dependencies = [ [[package]] name = "ica-rs" -version = "0.4.11" +version = "0.4.12" dependencies = [ "chrono", "colored", diff --git a/ica-rs/Cargo.toml b/ica-rs/Cargo.toml index c02513f..add617d 100644 --- a/ica-rs/Cargo.toml +++ b/ica-rs/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ica-rs" -version = "0.4.11" +version = "0.4.12" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/news.md b/news.md index 68c7f65..3cb997b 100644 --- a/news.md +++ b/news.md @@ -1,5 +1,9 @@ # 更新日志 +## 0.4.12 + +把 0.4.11 的遗留问题修完了 + ## 0.4.11 这几天就是在刷版本号的感觉