Skip to content

Commit

Permalink
chore: release
Browse files Browse the repository at this point in the history
  • Loading branch information
release-plz-bot[bot] authored Dec 17, 2024
1 parent 8dd8702 commit 7e98077
Show file tree
Hide file tree
Showing 7 changed files with 40 additions and 8 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.

16 changes: 16 additions & 0 deletions jpegxl-rs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,22 @@

## [Unreleased]

## [0.11.3+libjxl-0.11.1](https://github.com/inflation/jpegxl-rs/compare/jpegxl-rs-v0.11.2+libjxl-0.11.1...jpegxl-rs-v0.11.3+libjxl-0.11.1)

### ⛰️ Features

- Replace `derive_builder` with `bon` - ([68f0474](https://github.com/inflation/jpegxl-rs/commit/68f047448979409bad51acb0aed9db0475c37e30))

### 🐛 Bug Fixes

- Update `bon` setting to keep from breaking change - ([f743899](https://github.com/inflation/jpegxl-rs/commit/f7438998c69fe585504fdec22e327eec625403c5))
- Ensure to use JxlBool for FFI - ([8f42736](https://github.com/inflation/jpegxl-rs/commit/8f4273692ab02b0f07d8775aa1c9b537a3f27427))

### ⚙️ Miscellaneous Tasks

- Enable ASan on `libjxl` (#123) - ([8dd8702](https://github.com/inflation/jpegxl-rs/commit/8dd8702664587cae143581451f2d15cd3e14cb43))
- Enable MSan and TSan (#114) - ([682cc5c](https://github.com/inflation/jpegxl-rs/commit/682cc5c805b6735ac4ab9d48a29f77f902bbe2cb))

## [0.11.2+libjxl-0.11.1](https://github.com/inflation/jpegxl-rs/compare/jpegxl-rs-v0.11.1+libjxl-0.11.0...jpegxl-rs-v0.11.2+libjxl-0.11.1)

### 📦 Dependencies
Expand Down
4 changes: 2 additions & 2 deletions jpegxl-rs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ license = "GPL-3.0-or-later"
name = "jpegxl-rs"
readme = "README.md"
repository = "https://github.com/inflation/jpegxl-rs"
version = "0.11.2+libjxl-0.11.1"
version = "0.11.3+libjxl-0.11.1"
rust-version.workspace = true

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand All @@ -35,7 +35,7 @@ byteorder = "1.5.0"
bon = "3.3.0"

[dependencies.jpegxl-sys]
version = "0.11.2"
version = "0.12.0"
path = "../jpegxl-sys"
default-features = false

Expand Down
6 changes: 6 additions & 0 deletions jpegxl-src/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

## [Unreleased]

## [0.11.3](https://github.com/inflation/jpegxl-rs/compare/jpegxl-src-v0.11.2...jpegxl-src-v0.11.3)

### ⚙️ Miscellaneous Tasks

- Enable ASan on `libjxl` (#123) - ([8dd8702](https://github.com/inflation/jpegxl-rs/commit/8dd8702664587cae143581451f2d15cd3e14cb43))

## [0.11.2](https://github.com/inflation/jpegxl-rs/compare/jpegxl-src-v0.11.1...jpegxl-src-v0.11.2)

### 🐛 Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion jpegxl-src/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ license = "BSD-3-Clause"
name = "jpegxl-src"
readme = "README.md"
repository = "https://github.com/inflation/jpegxl-rs"
version = "0.11.2"
version = "0.11.3"
rust-version.workspace = true
exclude = [
"libjxl/third_party/libpng",
Expand Down
10 changes: 10 additions & 0 deletions jpegxl-sys/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@

## [Unreleased]

## [0.12.0+libjxl-0.11.1](https://github.com/inflation/jpegxl-rs/compare/jpegxl-sys-v0.11.2+libjxl-0.11.1...jpegxl-sys-v0.12.0+libjxl-0.11.1)

### 🐛 Bug Fixes

- Ensure to use JxlBool for FFI - ([8f42736](https://github.com/inflation/jpegxl-rs/commit/8f4273692ab02b0f07d8775aa1c9b537a3f27427))

### ⚙️ Miscellaneous Tasks

- Enable ASan on `libjxl` (#123) - ([8dd8702](https://github.com/inflation/jpegxl-rs/commit/8dd8702664587cae143581451f2d15cd3e14cb43))

## [0.11.2+libjxl-0.11.1](https://github.com/inflation/jpegxl-rs/compare/jpegxl-sys-v0.11.1+libjxl-0.11.0...jpegxl-sys-v0.11.2+libjxl-0.11.1)

### 🐛 Bug Fixes
Expand Down
4 changes: 2 additions & 2 deletions jpegxl-sys/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ links = "jxl"
name = "jpegxl-sys"
readme = "README.md"
repository = "https://github.com/inflation/jpegxl-rs"
version = "0.11.2+libjxl-0.11.1"
version = "0.12.0+libjxl-0.11.1"
rust-version.workspace = true

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand All @@ -31,7 +31,7 @@ features = ["docs"]
pkg-config = "0.3.31"

[build-dependencies.jpegxl-src]
version = "0.11.2"
version = "0.11.3"
path = "../jpegxl-src"
optional = true

Expand Down

0 comments on commit 7e98077

Please sign in to comment.