Skip to content

Commit

Permalink
🔖 v0.10.2+libjxl-0.10.2
Browse files Browse the repository at this point in the history
  • Loading branch information
inflation committed Mar 21, 2024
1 parent e6e717b commit c7d9086
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 6 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Change log

<a name="0.10.2"></a>
## 0.10.2 (2024-03-21)

### Fixed

- 🐛 Fix build using windows msvc [[48bc68a](https://github.com/inflation/jpegxl-rs/commit/48bc68aa3aa2f1f463c89a2e3f61d12d3f169e29)]

### Miscellaneous

- 👷 Add branch coverage [[e6e717b](https://github.com/inflation/jpegxl-rs/commit/e6e717b45e5d2dd662cf69a6bc4a9dfcc3f542db)]


<a name="0.10.1"></a>
## 0.10.1 (2024-03-16)

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.10.1+libjxl-0.10.2"
version = "0.10.2+libjxl-0.10.2"

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

Expand All @@ -34,7 +34,7 @@ half = "2.4.0"
byteorder = "1.5.0"

[dependencies.jpegxl-sys]
version = "0.10.0"
version = "0.10.2"
path = "../jpegxl-sys"

[dev-dependencies]
Expand Down
3 changes: 1 addition & 2 deletions 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.2"
version = "0.10.4"
exclude = [
"libjxl/third_party/libpng",
"libjxl/third_party/sjpeg",
Expand All @@ -29,7 +29,6 @@ exclude = [
"libjxl/.github",
"libjxl/debian",
"libjxl/plugins",
"libjxl/tools",
]

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
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.10.1+libjxl-0.10.2"
version = "0.10.2+libjxl-0.10.2"

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

Expand All @@ -24,7 +24,7 @@ features = ["docs"]
pkg-config = "0.3.29"

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

Expand Down

0 comments on commit c7d9086

Please sign in to comment.