Skip to content

Commit

Permalink
Bump versions (#387)
Browse files Browse the repository at this point in the history
  • Loading branch information
tirr-c authored Nov 16, 2024
1 parent 1e3544a commit 74d682b
Show file tree
Hide file tree
Showing 8 changed files with 15 additions and 12 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.10.1] - 2024-11-10

### Changed
- `jxl-oxide`: Enable `image` feature in Docs.rs (#382).

Expand Down Expand Up @@ -153,7 +155,8 @@ 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
[Unreleased]: https://github.com/tirr-c/jxl-oxide/compare/0.10.1...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.11.0"
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.11.0"
path = "../jxl-oxide"
default-features = false
features = ["lcms2"]
Expand Down
2 changes: 1 addition & 1 deletion crates/jxl-oxide-tests/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ default-features = false
optional = true

[dependencies.jxl-oxide]
version = "0.10.0"
version = "0.11.0"
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.11.0"
edition = "2021"

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

[dependencies.jxl-oxide]
version = "0.10.0"
version = "0.11.0"
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.11.0"
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 74d682b

Please sign in to comment.