Skip to content

Commit

Permalink
🔖 Bump to v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
czy-29 committed Dec 4, 2024
1 parent ef4f8b2 commit 2c0c96f
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "force-ansi"
authors = ["29 <[email protected]>"]
version = "0.0.2"
version = "1.0.0"
license = "MIT/Apache-2.0"
readme = "README.md"
keywords = ["cli", "terminal", "process"]
Expand Down
4 changes: 2 additions & 2 deletions README-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 2c0c96f

Please sign in to comment.