Skip to content

Commit

Permalink
release/v0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
inflation committed Sep 27, 2024
1 parent f4cdb5b commit 091aedd
Show file tree
Hide file tree
Showing 7 changed files with 85 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

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

37 changes: 37 additions & 0 deletions jpegxl-rs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
# 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.11.0+libjxl-0.11.0](https://github.com/inflation/jpegxl-rs/compare/jpegxl-rs-v0.10.4+libjxl-0.10.3...jpegxl-rs-v0.11.0+libjxl-0.11.0) - 2024-09-27

### Added

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

### Fixed

- Update release configuration for jpegxl-rs and jpegxl-sys packages
- Change ffi function types to use `c-unwind` ABI

### Other

- Convert `libjxl` doc to rustdoc format with help from @copilot
- Move `libjxl` functions into modules
- 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
2 changes: 1 addition & 1 deletion 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.11.0+libjxl-0.11.0"
rust-version.workspace = true

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand Down
14 changes: 14 additions & 0 deletions jpegxl-src/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# 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.11.1](https://github.com/inflation/jpegxl-rs/compare/jpegxl-src-v0.10.5...jpegxl-src-v0.11.1) - 2024-09-27

### Other

- release/v0.11.0
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.0"
version = "0.11.1"
rust-version.workspace = true
exclude = [
"libjxl/third_party/libpng",
Expand Down
29 changes: 29 additions & 0 deletions jpegxl-sys/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
# 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.11.0+libjxl-0.11.0](https://github.com/inflation/jpegxl-rs/compare/jpegxl-sys-v0.10.4+libjxl-0.10.3...jpegxl-sys-v0.11.0+libjxl-0.11.0) - 2024-09-27

### Added

- Add gain map utility functions

### Fixed

- Update release configuration for jpegxl-rs and jpegxl-sys packages
- Change ffi function types to use `c-unwind` ABI

### Other

- Convert `libjxl` doc to rustdoc format with help from @copilot
- Move `libjxl` functions into modules
- Bump pkg-config from 0.3.30 to 0.3.31
- 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
2 changes: 1 addition & 1 deletion 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.11.0+libjxl-0.11.0"
rust-version.workspace = true

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand Down

0 comments on commit 091aedd

Please sign in to comment.