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 Sep 24, 2024
1 parent 8ee598f commit 663f4f6
Show file tree
Hide file tree
Showing 7 changed files with 80 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.

34 changes: 34 additions & 0 deletions jpegxl-rs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
# Changelog

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.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [0.10.5+libjxl-0.10.3](https://github.com/inflation/jpegxl-rs/compare/jpegxl-rs-v0.10.4+libjxl-0.10.3...jpegxl-rs-v0.10.5+libjxl-0.10.3) - 2024-09-24

### Added

- Update JPEG quality setting in encoder ([#74](https://github.com/inflation/jpegxl-rs/pull/74))

### Fixed

- Change ffi function types to use `c-unwind` ABI

### Other

- Bump thiserror from 1.0.63 to 1.0.64
- Bump pretty_assertions from 1.4.0 to 1.4.1
- Remove unnecessary feature attribute in thread pool implementations
- Remove threads feature and update dependencies.
- Don't use -sys in -rs with default features enabled
- Bump derive_builder from 0.20.0 to 0.20.1
- Change JxlBoxType to use system char type
- Update how docs are generated ([#73](https://github.com/inflation/jpegxl-rs/pull/73))
- ⬆️ (deps): Bump thiserror from 1.0.62 to 1.0.63 ([#66](https://github.com/inflation/jpegxl-rs/pull/66))
- :arrow_up: (deps): Bump testresult from 0.4.0 to 0.4.1
- :arrow_up: (deps): Bump image from 0.25.1 to 0.25.2
- :arrow_up: (deps): Bump thiserror from 1.0.61 to 1.0.62
- Update release-plz workflow and config
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.10.4+libjxl-0.10.3"
version = "0.10.5+libjxl-0.10.3"
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 @@ half = "2.4.0"
byteorder = "1.5.0"

[dependencies.jpegxl-sys]
version = "0.10.3"
version = "0.10.5"
path = "../jpegxl-sys"
default-features = false

Expand Down
17 changes: 17 additions & 0 deletions jpegxl-src/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Changelog

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.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [0.10.6](https://github.com/inflation/jpegxl-rs/compare/jpegxl-src-v0.10.5...jpegxl-src-v0.10.6) - 2024-09-24

### Other

- Remove threads feature and update dependencies.
- :arrow_up: Bump cmake from 0.1.50 to 0.1.51
- Update how docs are generated ([#73](https://github.com/inflation/jpegxl-rs/pull/73))
- Set `JPEGXL_BUNDLE_LIBPNG` to `OFF`
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.10.5"
version = "0.10.6"
rust-version.workspace = true
exclude = [
"libjxl/third_party/libpng",
Expand Down
21 changes: 21 additions & 0 deletions jpegxl-sys/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# Changelog

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.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [0.10.5+libjxl-0.10.3](https://github.com/inflation/jpegxl-rs/compare/jpegxl-sys-v0.10.4+libjxl-0.10.3...jpegxl-sys-v0.10.5+libjxl-0.10.3) - 2024-09-24

### Fixed

- Change ffi function types to use `c-unwind` ABI

### Other

- Bump pretty_assertions from 1.4.0 to 1.4.1
- Remove threads feature and update dependencies.
- Update how docs are generated ([#73](https://github.com/inflation/jpegxl-rs/pull/73))
- :arrow_up: (deps): Bump image from 0.25.1 to 0.25.2
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.10.4+libjxl-0.10.3"
version = "0.10.5+libjxl-0.10.3"
rust-version.workspace = true

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

[build-dependencies.jpegxl-src]
version = "0.10.4"
version = "0.10.6"
path = "../jpegxl-src"
optional = true

Expand Down

0 comments on commit 663f4f6

Please sign in to comment.