Skip to content

Commit

Permalink
jxl-oxide: v0.5.2 (#152)
Browse files Browse the repository at this point in the history
  • Loading branch information
tirr-c authored Dec 23, 2023
1 parent ef8538a commit 849c3aa
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
6 changes: 3 additions & 3 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jxl-oxide consists of small library crates (`jxl-bitstream`, `jxl-coding`, ...),
crate `jxl-oxide`, and a binary crate `jxl-oxide-cli`. If you want to use jxl-oxide in a terminal,
install it using `cargo install`. Cargo will install two binaries, `jxl-dec` and `jxl-info`.

Current version of `jxl-oxide-cli` is 0.3.0.
Current version of `jxl-oxide-cli` is 0.3.1.

```
cargo install jxl-oxide-cli
Expand All @@ -19,7 +19,7 @@ If you want to use it as a library, specify it in `Cargo.toml`:

```toml
[dependencies]
jxl-oxide = "0.5.1"
jxl-oxide = "0.5.2"
```

Note that you'll need a color management system to correctly display some JXL images. (`jxl-dec`
Expand Down
4 changes: 2 additions & 2 deletions crates/jxl-oxide-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ keywords = ["jpeg-xl", "decoder", "jxl-oxide"]
categories = ["multimedia::images"]
license = "MIT OR Apache-2.0"

version = "0.3.0"
version = "0.3.1"
edition = "2021"

[dependencies]
Expand All @@ -21,7 +21,7 @@ version = "4.4.2"
features = ["derive"]

[dependencies.jxl-oxide]
version = "0.5.0"
version = "0.5.1"
path = "../jxl-oxide"
default_features = false

Expand Down
4 changes: 2 additions & 2 deletions crates/jxl-oxide/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ keywords = ["jpeg-xl", "decoder", "jxl-oxide"]
categories = ["multimedia::images"]
license = "MIT OR Apache-2.0"

version = "0.5.1"
version = "0.5.2"
edition = "2021"

exclude = ["tests/"]
Expand Down Expand Up @@ -36,7 +36,7 @@ version = "0.6.0"
path = "../jxl-image"

[dependencies.jxl-render]
version = "0.5.0"
version = "0.5.1"
path = "../jxl-render"

[dependencies.jxl-threadpool]
Expand Down
2 changes: 1 addition & 1 deletion crates/jxl-render/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ keywords = ["jpeg-xl", "decoder", "jxl-oxide"]
categories = ["multimedia::images"]
license = "MIT OR Apache-2.0"

version = "0.5.0"
version = "0.5.1"
edition = "2021"

[dependencies]
Expand Down

0 comments on commit 849c3aa

Please sign in to comment.