diff --git a/CHANGELOG.md b/CHANGELOG.md index ae75931..d9b27a4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,19 @@ All notable changes to the Rimage library will be documented in this file. -## v0.11.0-next.1 +## v0.11.0-next.2 + +### Bug Fixes + +- **cli:** :lipstick: updated display styles ([19adcea](https://github.com/SalOne22/rimage/commit/19adcea6c19c9a33eb6248a29363f6077b4771f2)) + +### Features + +- **cli:** :lipstick: added progress bar ([398e504](https://github.com/SalOne22/rimage/commit/398e504259f3e83791e99a039f163d8a0765f989)) +- **cli:** :sparkles: added quiet and no progress flags ([0517908](https://github.com/SalOne22/rimage/commit/051790846d4aa6965f5c391f130661dc96c015b5)) +- **codecs:** :sparkles: added tiff support ([abc78f5](https://github.com/SalOne22/rimage/commit/abc78f533717ed5d56623655b471340e22592fca)) + +## [v0.11.0-next.1](https://github.com/SalOne22/rimage/releases/tag/v0.11.0-next.1) ### Bug Fixes diff --git a/Cargo.lock b/Cargo.lock index 966f38e..868e381 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1264,7 +1264,7 @@ dependencies = [ [[package]] name = "rimage" -version = "0.11.0-next.1" +version = "0.11.0-next.2" dependencies = [ "anyhow", "clap", diff --git a/Cargo.toml b/Cargo.toml index 9dc22a4..98c76fe 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rimage" -version = "0.11.0-next.1" +version = "0.11.0-next.2" edition = "2021" description = "Optimize images natively with best-in-class codecs" license = "MIT OR Apache-2.0" diff --git a/README.md b/README.md index 69df4a7..9c15ba7 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ A powerful Rust image optimization CLI tool inspired by [squoosh!](https://squoosh.app/). -:warning: WARNING: This documentation works only for latest version of rimage! You can get latest version from [releases](https://github.com/SalOne22/rimage/releases) tab or explicitly with cargo: `cargo install rimage@0.11.0-next.1` +:warning: WARNING: This documentation works only for latest version of rimage! You can get latest version from [releases](https://github.com/SalOne22/rimage/releases) tab or explicitly with cargo: `cargo install rimage@0.11.0-next.2` ## Features