Skip to content

Commit

Permalink
jxl-oxide v0.10.1 (#386)
Browse files Browse the repository at this point in the history
  • Loading branch information
tirr-c authored Nov 10, 2024
1 parent 45ea1a5 commit f3aaca6
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
## [0.10.1] - 2024-11-10

### Changed
- `jxl-oxide`: Enable `image` feature in Docs.rs (#382).
Expand Down Expand Up @@ -153,7 +153,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- This is the first official release of jxl-oxide, a JPEG XL decoder written in Rust.
- Frequently used features are mostly implemented.

[Unreleased]: https://github.com/tirr-c/jxl-oxide/compare/0.10.0...HEAD
[0.10.1]: https://github.com/tirr-c/jxl-oxide/releases/tag/0.10.1
[0.10.0]: https://github.com/tirr-c/jxl-oxide/releases/tag/0.10.0
[0.9.1]: https://github.com/tirr-c/jxl-oxide/releases/tag/0.9.1
[0.9.0]: https://github.com/tirr-c/jxl-oxide/releases/tag/0.9.0
Expand Down
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.

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ which covers various components of jxl-oxide.

```toml
[dependencies]
jxl-oxide = "0.10.0"
jxl-oxide = "0.10.1"
```

## Installing command line tool
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.10.0"
version = "0.10.1"
edition = "2021"

default-run = "jxl-oxide"
Expand All @@ -29,7 +29,7 @@ path = "../jxl-color"
optional = true

[dependencies.jxl-oxide]
version = "0.10.0"
version = "0.10.1"
path = "../jxl-oxide"
default-features = false
features = ["lcms2"]
Expand Down
4 changes: 2 additions & 2 deletions crates/jxl-oxide-wasm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ categories = ["multimedia::images"]
license = "MIT OR Apache-2.0"
publish = false

version = "0.10.0"
version = "0.10.1"
edition = "2021"

[lib]
Expand All @@ -29,7 +29,7 @@ version = "1.0.0"
optional = true

[dependencies.jxl-oxide]
version = "0.10.0"
version = "0.10.1"
path = "../jxl-oxide"
default-features = false

Expand Down
2 changes: 1 addition & 1 deletion 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.10.0"
version = "0.10.1"
edition = "2021"

[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion fuzz/Cargo.lock

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

0 comments on commit f3aaca6

Please sign in to comment.