Skip to content

Commit

Permalink
chore: 🔖 bump version to v0.11.0-next.2
Browse files Browse the repository at this point in the history
  • Loading branch information
SalOne22 committed Jul 13, 2024
1 parent 83eaa95 commit 56e69c2
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 4 deletions.
14 changes: 13 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
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,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"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 56e69c2

Please sign in to comment.