diff --git a/Cargo.lock b/Cargo.lock index c18f4d5..1185742 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -64,7 +64,7 @@ checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b" [[package]] name = "force-ansi" -version = "0.0.2" +version = "1.0.0" dependencies = [ "nu-ansi-term 0.50.1", "tracing", diff --git a/Cargo.toml b/Cargo.toml index fea5150..380454d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "force-ansi" authors = ["29 <791603901@qq.com>"] -version = "0.0.2" +version = "1.0.0" license = "MIT/Apache-2.0" readme = "README.md" keywords = ["cli", "terminal", "process"] diff --git a/README-CN.md b/README-CN.md index e3f5e74..4c149c1 100644 --- a/README-CN.md +++ b/README-CN.md @@ -10,12 +10,12 @@ 原始作者:[@czy-29](https://github.com/czy-29) -最新版本:[v0.0.2](https://github.com/opensound-org/force-ansi/releases/tag/v0.0.2) +最新版本:[v1.0.0](https://github.com/opensound-org/force-ansi/releases/tag/v1.0.0) ![Crates.io Total Downloads](https://img.shields.io/crates/d/force-ansi) ![GitHub Repo stars](https://img.shields.io/github/stars/opensound-org/force-ansi) -[![dependency status (version)](https://deps.rs/crate/force-ansi/0.0.2/status.svg?subject=v0.0.2-deps)](https://deps.rs/crate/force-ansi/0.0.2) +[![dependency status (version)](https://deps.rs/crate/force-ansi/1.0.0/status.svg?subject=v1.0.0-deps)](https://deps.rs/crate/force-ansi/1.0.0) [![dependency status (git)](https://deps.rs/repo/github/opensound-org/force-ansi/status.svg?subject=git-deps)](https://deps.rs/repo/github/opensound-org/force-ansi) [![Static Badge](https://img.shields.io/badge/build_with-Rust_1.83.0-dca282)](https://blog.rust-lang.org/2024/11/28/Rust-1.83.0.html) diff --git a/README.md b/README.md index 77b458a..b009edf 100644 --- a/README.md +++ b/README.md @@ -10,12 +10,12 @@ A command-line wrapper program that can force ANSI code to be enabled in the Win Original Author: [@czy-29](https://github.com/czy-29) -Latest version: [v0.0.2](https://github.com/opensound-org/force-ansi/releases/tag/v0.0.2) +Latest version: [v1.0.0](https://github.com/opensound-org/force-ansi/releases/tag/v1.0.0) ![Crates.io Total Downloads](https://img.shields.io/crates/d/force-ansi) ![GitHub Repo stars](https://img.shields.io/github/stars/opensound-org/force-ansi) -[![dependency status (version)](https://deps.rs/crate/force-ansi/0.0.2/status.svg?subject=v0.0.2-deps)](https://deps.rs/crate/force-ansi/0.0.2) +[![dependency status (version)](https://deps.rs/crate/force-ansi/1.0.0/status.svg?subject=v1.0.0-deps)](https://deps.rs/crate/force-ansi/1.0.0) [![dependency status (git)](https://deps.rs/repo/github/opensound-org/force-ansi/status.svg?subject=git-deps)](https://deps.rs/repo/github/opensound-org/force-ansi) [![Static Badge](https://img.shields.io/badge/build_with-Rust_1.83.0-dca282)](https://blog.rust-lang.org/2024/11/28/Rust-1.83.0.html)