Skip to content

Commit

Permalink
release: 0.11.4
Browse files Browse the repository at this point in the history
  • Loading branch information
joshstoik1 committed Mar 21, 2024
2 parents 99fa27e + e3750f9 commit 2b85eb3
Show file tree
Hide file tree
Showing 5 changed files with 26 additions and 26 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
RUSTFLAGS: "-D warnings"

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
with:
targets: ${{ matrix.target }}
Expand Down
32 changes: 16 additions & 16 deletions CREDITS.md
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
# Project Dependencies
Package: refract
Version: 0.11.3
Generated: 2024-02-24 03:25:39 UTC
Version: 0.11.4
Generated: 2024-03-21 18:23:57 UTC

| Package | Version | Author(s) | License |
| ---- | ---- | ---- | ---- |
| [adler](https://github.com/jonas-schievink/adler.git) | 1.0.2 | [Jonas Schievink](mailto:[email protected]) | 0BSD, Apache-2.0, or MIT |
| [ahash](https://github.com/tkaitchuck/ahash) | 0.8.9 | [Tom Kaitchuck](mailto:[email protected]) | Apache-2.0 or MIT |
| [ahash](https://github.com/tkaitchuck/ahash) | 0.8.11 | [Tom Kaitchuck](mailto:[email protected]) | Apache-2.0 or MIT |
| [argyle](https://github.com/Blobfolio/argyle) | 0.7.2 | [Blobfolio, LLC.](mailto:[email protected]) | WTFPL |
| [atk](https://github.com/gtk-rs/gtk3-rs) | 0.18.0 | The gtk-rs Project Developers | MIT |
| [atk-sys](https://github.com/gtk-rs/gtk3-rs) | 0.18.0 | The gtk-rs Project Developers | MIT |
| [bitflags](https://github.com/bitflags/bitflags) | 2.4.2 | The Rust Project Developers | Apache-2.0 or MIT |
| [bytemuck](https://github.com/Lokathor/bytemuck) | 1.14.3 | [Lokathor](mailto:[email protected]) | Apache-2.0, MIT, or Zlib |
| [bitflags](https://github.com/bitflags/bitflags) | 2.5.0 | The Rust Project Developers | Apache-2.0 or MIT |
| [bytemuck](https://github.com/Lokathor/bytemuck) | 1.15.0 | [Lokathor](mailto:[email protected]) | Apache-2.0, MIT, or Zlib |
| [cairo-rs](https://github.com/gtk-rs/gtk-rs-core) | 0.18.5 | The gtk-rs Project Developers | MIT |
| [cairo-sys-rs](https://github.com/gtk-rs/gtk-rs-core) | 0.18.2 | The gtk-rs Project Developers | MIT |
| [cfg-if](https://github.com/alexcrichton/cfg-if) | 1.0.0 | [Alex Crichton](mailto:[email protected]) | Apache-2.0 or MIT |
| [crc32fast](https://github.com/srijs/rust-crc32fast) | 1.4.0 | [Sam Rijs](mailto:[email protected]) and [Alex Crichton](mailto:[email protected]) | Apache-2.0 or MIT |
| [crossbeam-channel](https://github.com/crossbeam-rs/crossbeam) | 0.5.11 | | Apache-2.0 or MIT |
| [crossbeam-channel](https://github.com/crossbeam-rs/crossbeam) | 0.5.12 | | Apache-2.0 or MIT |
| [crossbeam-deque](https://github.com/crossbeam-rs/crossbeam) | 0.8.5 | | Apache-2.0 or MIT |
| [crossbeam-epoch](https://github.com/crossbeam-rs/crossbeam) | 0.9.18 | | Apache-2.0 or MIT |
| [crossbeam-utils](https://github.com/crossbeam-rs/crossbeam) | 0.8.19 | | Apache-2.0 or MIT |
Expand Down Expand Up @@ -49,9 +49,9 @@
| [gtk3-macros](https://github.com/gtk-rs/gtk3-rs) | 0.18.0 | The gtk-rs Project Developers | MIT |
| [hashbrown](https://github.com/rust-lang/hashbrown) | 0.14.3 | [Amanieu d'Antras](mailto:[email protected]) | Apache-2.0 or MIT |
| [heck](https://github.com/withoutboats/heck) | 0.4.1 | [Without Boats](mailto:[email protected]) | Apache-2.0 or MIT |
| [indexmap](https://github.com/indexmap-rs/indexmap) | 2.2.3 | | Apache-2.0 or MIT |
| [indexmap](https://github.com/indexmap-rs/indexmap) | 2.2.5 | | Apache-2.0 or MIT |
| [jpeg-decoder](https://github.com/image-rs/jpeg-decoder) | 0.3.1 | The image-rs Developers | Apache-2.0 or MIT |
| [jpegxl-sys](https://github.com/inflation/jpegxl-rs) | 0.9.0+libjxl-0.9.1 | [Inflation](mailto:[email protected]) | GPL-3.0-or-later |
| [jpegxl-sys](https://github.com/inflation/jpegxl-rs) | 0.10.2+libjxl-0.10.2 | [Inflation](mailto:[email protected]) | GPL-3.0-or-later |
| [libaom-sys](https://github.com/njaard/libavif-rs) | 0.16.0+libaom.3.8.1 | [Charles Samuels](mailto:[email protected]), [Paolo Barbolini](mailto:[email protected]), and [Kornel](mailto:[email protected]) | BSD-2-Clause |
| [libavif-sys](https://github.com/njaard/libavif-rs) | 0.16.0+libavif.1.0.4 | [Charles Samuels](mailto:[email protected]) and [Paolo Barbolini](mailto:[email protected]) | BSD-2-Clause |
| [libc](https://github.com/rust-lang/libc) | 0.2.153 | The Rust Project Developers | Apache-2.0 or MIT |
Expand All @@ -71,21 +71,21 @@
| [proc-macro-crate](https://github.com/bkchr/proc-macro-crate) | 2.0.2 | [Bastian Köcher](mailto:[email protected]) | Apache-2.0 or MIT |
| [proc-macro-error](https://gitlab.com/CreepySkeleton/proc-macro-error) | 1.0.4 | [CreepySkeleton](mailto:[email protected]) | Apache-2.0 or MIT |
| [proc-macro-error-attr](https://gitlab.com/CreepySkeleton/proc-macro-error) | 1.0.4 | [CreepySkeleton](mailto:[email protected]) | Apache-2.0 or MIT |
| [proc-macro2](https://github.com/dtolnay/proc-macro2) | 1.0.78 | [David Tolnay](mailto:[email protected]) and [Alex Crichton](mailto:[email protected]) | Apache-2.0 or MIT |
| [proc-macro2](https://github.com/dtolnay/proc-macro2) | 1.0.79 | [David Tolnay](mailto:[email protected]) and [Alex Crichton](mailto:[email protected]) | Apache-2.0 or MIT |
| [quote](https://github.com/dtolnay/quote) | 1.0.35 | [David Tolnay](mailto:[email protected]) | Apache-2.0 or MIT |
| [rayon](https://github.com/rayon-rs/rayon) | 1.8.1 | [Niko Matsakis](mailto:[email protected]) and [Josh Stone](mailto:[email protected]) | Apache-2.0 or MIT |
| [rayon](https://github.com/rayon-rs/rayon) | 1.9.0 | [Niko Matsakis](mailto:[email protected]) and [Josh Stone](mailto:[email protected]) | Apache-2.0 or MIT |
| [rayon-core](https://github.com/rayon-rs/rayon) | 1.12.1 | [Niko Matsakis](mailto:[email protected]) and [Josh Stone](mailto:[email protected]) | Apache-2.0 or MIT |
| [refract_core](https://github.com/Blobfolio/refract) | 0.11.3 | [Josh Stoik](mailto:[email protected]) | WTFPL |
| [refract_core](https://github.com/Blobfolio/refract) | 0.11.4 | [Josh Stoik](mailto:[email protected]) | WTFPL |
| [rgb](https://github.com/kornelski/rust-rgb) | 0.8.37 | [Kornel Lesiński](mailto:[email protected]) | MIT |
| [serde](https://github.com/serde-rs/serde) | 1.0.197 | [Erick Tryzelaar](mailto:[email protected]) and [David Tolnay](mailto:[email protected]) | Apache-2.0 or MIT |
| [serde_spanned](https://github.com/toml-rs/toml) | 0.6.5 | | Apache-2.0 or MIT |
| [slab](https://github.com/tokio-rs/slab) | 0.4.9 | [Carl Lerche](mailto:[email protected]) | MIT |
| [smallvec](https://github.com/servo/rust-smallvec) | 1.13.1 | The Servo Project Developers | Apache-2.0 or MIT |
| [smallvec](https://github.com/servo/rust-smallvec) | 1.13.2 | The Servo Project Developers | Apache-2.0 or MIT |
| [syn](https://github.com/dtolnay/syn) | 1.0.109 | [David Tolnay](mailto:[email protected]) | Apache-2.0 or MIT |
| [syn](https://github.com/dtolnay/syn) | 2.0.50 | [David Tolnay](mailto:[email protected]) | Apache-2.0 or MIT |
| [tempfile](https://github.com/Stebalien/tempfile) | 3.10.0 | [Steven Allen](mailto:[email protected]), The Rust Project Developers, [Ashley Mannix](mailto:[email protected]), and [Jason White](mailto:[email protected]) | Apache-2.0 or MIT |
| [thiserror](https://github.com/dtolnay/thiserror) | 1.0.57 | [David Tolnay](mailto:[email protected]) | Apache-2.0 or MIT |
| [thiserror-impl](https://github.com/dtolnay/thiserror) | 1.0.57 | [David Tolnay](mailto:[email protected]) | Apache-2.0 or MIT |
| [syn](https://github.com/dtolnay/syn) | 2.0.53 | [David Tolnay](mailto:[email protected]) | Apache-2.0 or MIT |
| [tempfile](https://github.com/Stebalien/tempfile) | 3.10.1 | [Steven Allen](mailto:[email protected]), The Rust Project Developers, [Ashley Mannix](mailto:[email protected]), and [Jason White](mailto:[email protected]) | Apache-2.0 or MIT |
| [thiserror](https://github.com/dtolnay/thiserror) | 1.0.58 | [David Tolnay](mailto:[email protected]) | Apache-2.0 or MIT |
| [thiserror-impl](https://github.com/dtolnay/thiserror) | 1.0.58 | [David Tolnay](mailto:[email protected]) | Apache-2.0 or MIT |
| [toml_datetime](https://github.com/toml-rs/toml) | 0.6.3 | [Alex Crichton](mailto:[email protected]) | Apache-2.0 or MIT |
| [toml_edit](https://github.com/toml-rs/toml) | 0.19.15 | [Andronik Ordian](mailto:[email protected]) and [Ed Page](mailto:[email protected]) | Apache-2.0 or MIT |
| [toml_edit](https://github.com/toml-rs/toml) | 0.20.2 | [Andronik Ordian](mailto:[email protected]) and [Ed Page](mailto:[email protected]) | Apache-2.0 or MIT |
Expand Down
4 changes: 2 additions & 2 deletions refract/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "refract"
version = "0.11.3"
version = "0.11.4"
license = "WTFPL"
authors = ["Josh Stoik <[email protected]>"]
edition = "2021"
Expand Down Expand Up @@ -90,7 +90,7 @@ description = "Image and/or directory paths to re-encode. Directories will be cr
[build-dependencies]
dowser = "0.9.*"
toml = "0.8.*"
version-compare = "0.1.*"
version-compare = "0.2.*"

[dependencies]
argyle = "0.7.*"
Expand Down
10 changes: 5 additions & 5 deletions refract_core/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "refract_core"
version = "0.11.3"
version = "0.11.4"
license = "WTFPL"
authors = ["Josh Stoik <[email protected]>"]
edition = "2021"
Expand All @@ -12,11 +12,11 @@ publish = false
[dependencies]
dactyl = "0.7.*"
jpeg-decoder = "=0.3.1"
link-cplusplus = "1.0.*"
rgb = "0.8.*"
link-cplusplus = "=1.0.9"
rgb = "=0.8.37"

[dependencies.lodepng]
version = "3.10.*"
version = "=3.10.1"
default-features = false
features = [ "rust_backend" ]

Expand All @@ -25,7 +25,7 @@ version = "0.7.*"
optional = true

[dependencies.jpegxl-sys]
version = "=0.9.0"
version = "=0.10.2"
default-features = false
features = [ "threads", "vendored" ]

Expand Down
4 changes: 2 additions & 2 deletions release/man/refract.1
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.TH "REFRACT" "1" "February 2024" "Refract v0.11.3" "User Commands"
.TH "REFRACT" "1" "March 2024" "Refract v0.11.4" "User Commands"
.SH NAME
Refract \- Manual page for refract v0.11.3.
Refract \- Manual page for refract v0.11.4.
.SH DESCRIPTION
Guided AVIF/JPEG XL/WebP conversion for JPEG and PNG sources.
.SS USAGE:
Expand Down

0 comments on commit 2b85eb3

Please sign in to comment.