Skip to content

Commit

Permalink
cut a release for rust
Browse files Browse the repository at this point in the history
  • Loading branch information
dominikwilkowski committed Jun 5, 2022
1 parent 39245b2 commit c82f04f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion rust/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 rust/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cfonts"
version = "1.0.3"
version = "1.0.4"
edition = "2021"
authors = ["Dominik Wilkowski <Hi@Dominik-Wilkowski.com>"]
license = "GPL-3.0-or-later"
Expand Down
1 change: 1 addition & 0 deletions rust/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,7 @@ We also have an [end-to-end test script](./tests/end-to-end/index.js) setup that

## Release History

* 1.0.4 - Fixed NO_COLOR not being respected in help, fixed color conversion rgb to ansi_256
* 1.0.3 - Fixed NO_COLOR support when run without FORCE_COLOR
* 1.0.2 - Fixed help and version flags in first position
* 1.0.1 - Fixed font loading
Expand Down

0 comments on commit c82f04f

Please sign in to comment.