Skip to content

Commit

Permalink
Bump versions (#352)
Browse files Browse the repository at this point in the history
* Bump versions

* jxl-oxide-common: Add licenses
  • Loading branch information
tirr-c authored Sep 18, 2024
1 parent da90d65 commit 79619e7
Show file tree
Hide file tree
Showing 16 changed files with 65 additions and 62 deletions.
22 changes: 11 additions & 11 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion crates/jxl-bitstream/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ keywords = ["jpeg-xl", "decoder", "jxl-oxide"]
categories = ["multimedia::images"]
license = "MIT OR Apache-2.0"

version = "0.4.1"
version = "0.5.0-alpha.0"
edition = "2021"

[dependencies]
Expand Down
4 changes: 2 additions & 2 deletions crates/jxl-coding/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ keywords = ["jpeg-xl", "decoder", "jxl-oxide"]
categories = ["multimedia::images"]
license = "MIT OR Apache-2.0"

version = "0.4.1"
version = "0.5.0-alpha.0"
edition = "2021"

[dependencies]
tracing.workspace = true

[dependencies.jxl-bitstream]
version = "0.4.1"
version = "0.5.0-alpha.0"
path = "../jxl-bitstream"
6 changes: 3 additions & 3 deletions crates/jxl-color/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,18 +8,18 @@ keywords = ["jpeg-xl", "decoder", "jxl-oxide"]
categories = ["multimedia::images"]
license = "MIT OR Apache-2.0"

version = "0.8.0"
version = "0.9.0"
edition = "2021"

[dependencies]
tracing.workspace = true

[dependencies.jxl-bitstream]
version = "0.4.1"
version = "0.5.0-alpha.0"
path = "../jxl-bitstream"

[dependencies.jxl-coding]
version = "0.4.1"
version = "0.5.0-alpha.0"
path = "../jxl-coding"

[dependencies.jxl-grid]
Expand Down
12 changes: 6 additions & 6 deletions crates/jxl-frame/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,30 +8,30 @@ keywords = ["jpeg-xl", "decoder", "jxl-oxide"]
categories = ["multimedia::images"]
license = "MIT OR Apache-2.0"

version = "0.10.0"
version = "0.11.0"
edition = "2021"

[dependencies]
tracing.workspace = true

[dependencies.jxl-bitstream]
version = "0.4.1"
version = "0.5.0-alpha.0"
path = "../jxl-bitstream"

[dependencies.jxl-coding]
version = "0.4.1"
version = "0.5.0-alpha.0"
path = "../jxl-coding"

[dependencies.jxl-grid]
version = "0.5.0"
path = "../jxl-grid"

[dependencies.jxl-image]
version = "0.10.0"
version = "0.11.0"
path = "../jxl-image"

[dependencies.jxl-modular]
version = "0.8.0"
version = "0.9.0"
path = "../jxl-modular"

[dependencies.jxl-oxide-common]
Expand All @@ -43,5 +43,5 @@ version = "0.1.1"
path = "../jxl-threadpool"

[dependencies.jxl-vardct]
version = "0.8.0"
version = "0.9.0"
path = "../jxl-vardct"
6 changes: 3 additions & 3 deletions crates/jxl-image/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,18 +8,18 @@ keywords = ["jpeg-xl", "decoder", "jxl-oxide"]
categories = ["multimedia::images"]
license = "MIT OR Apache-2.0"

version = "0.10.0"
version = "0.11.0"
edition = "2021"

[dependencies]
tracing.workspace = true

[dependencies.jxl-bitstream]
version = "0.4.1"
version = "0.5.0-alpha.0"
path = "../jxl-bitstream"

[dependencies.jxl-color]
version = "0.8.0"
version = "0.9.0"
path = "../jxl-color"

[dependencies.jxl-grid]
Expand Down
6 changes: 3 additions & 3 deletions crates/jxl-modular/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,18 +8,18 @@ keywords = ["jpeg-xl", "decoder", "jxl-oxide"]
categories = ["multimedia::images"]
license = "MIT OR Apache-2.0"

version = "0.8.0"
version = "0.9.0"
edition = "2021"

[dependencies]
tracing.workspace = true

[dependencies.jxl-bitstream]
version = "0.4.1"
version = "0.5.0-alpha.0"
path = "../jxl-bitstream"

[dependencies.jxl-coding]
version = "0.4.1"
version = "0.5.0-alpha.0"
path = "../jxl-coding"

[dependencies.jxl-grid]
Expand Down
6 changes: 3 additions & 3 deletions crates/jxl-oxide-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ keywords = ["jpeg-xl", "decoder", "jxl-oxide"]
categories = ["multimedia::images"]
license = "MIT OR Apache-2.0"

version = "0.9.0"
version = "0.10.0"
edition = "2021"

default-run = "jxl-oxide"
Expand All @@ -24,12 +24,12 @@ version = "4.5.1"
features = ["derive"]

[dependencies.jxl-color]
version = "0.8.0"
version = "0.9.0"
path = "../jxl-color"
optional = true

[dependencies.jxl-oxide]
version = "0.9.0"
version = "0.10.0"
path = "../jxl-oxide"
default-features = false
features = ["lcms2"]
Expand Down
3 changes: 2 additions & 1 deletion crates/jxl-oxide-common/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,13 @@ description = "Common helpers for jxl-oxide"
authors = ["Wonwoo Choi <[email protected]>"]
repository = "https://github.com/tirr-c/jxl-oxide.git"
readme = "README.md"
license = "MIT OR Apache-2.0"

version = "0.1.0"
edition = "2021"

[dependencies]

[dependencies.jxl-bitstream]
version = "0.4.1"
version = "0.5.0-alpha.0"
path = "../jxl-bitstream"
1 change: 1 addition & 0 deletions crates/jxl-oxide-common/LICENSE-APACHE
1 change: 1 addition & 0 deletions crates/jxl-oxide-common/LICENSE-MIT
4 changes: 2 additions & 2 deletions crates/jxl-oxide-wasm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ categories = ["multimedia::images"]
license = "MIT OR Apache-2.0"
publish = false

version = "0.9.0"
version = "0.10.0"
edition = "2021"

[lib]
Expand All @@ -29,7 +29,7 @@ version = "1.0.0"
optional = true

[dependencies.jxl-oxide]
version = "0.9.0"
version = "0.10.0"
path = "../jxl-oxide"
default-features = false

Expand Down
12 changes: 6 additions & 6 deletions crates/jxl-oxide/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ keywords = ["jpeg-xl", "decoder", "jxl-oxide"]
categories = ["multimedia::images"]
license = "MIT OR Apache-2.0"

version = "0.9.0"
version = "0.10.0"
edition = "2021"

exclude = ["tests/"]
Expand All @@ -17,31 +17,31 @@ exclude = ["tests/"]
tracing.workspace = true

[dependencies.jxl-bitstream]
version = "0.4.1"
version = "0.5.0-alpha.0"
path = "../jxl-bitstream"

[dependencies.jxl-color]
version = "0.8.0"
version = "0.9.0"
path = "../jxl-color"

[dependencies.jxl-frame]
version = "0.10.0"
version = "0.11.0"
path = "../jxl-frame"

[dependencies.jxl-grid]
version = "0.5.0"
path = "../jxl-grid"

[dependencies.jxl-image]
version = "0.10.0"
version = "0.11.0"
path = "../jxl-image"

[dependencies.jxl-oxide-common]
version = "0.1.0"
path = "../jxl-oxide-common"

[dependencies.jxl-render]
version = "0.9.0"
version = "0.10.0"
path = "../jxl-render"

[dependencies.jxl-threadpool]
Expand Down
16 changes: 8 additions & 8 deletions crates/jxl-render/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,38 +8,38 @@ keywords = ["jpeg-xl", "decoder", "jxl-oxide"]
categories = ["multimedia::images"]
license = "MIT OR Apache-2.0"

version = "0.9.0"
version = "0.10.0"
edition = "2021"

[dependencies]
tracing.workspace = true

[dependencies.jxl-bitstream]
version = "0.4.1"
version = "0.5.0-alpha.0"
path = "../jxl-bitstream"

[dependencies.jxl-coding]
version = "0.4.1"
version = "0.5.0-alpha.0"
path = "../jxl-coding"

[dependencies.jxl-color]
version = "0.8.0"
version = "0.9.0"
path = "../jxl-color"

[dependencies.jxl-frame]
version = "0.10.0"
version = "0.11.0"
path = "../jxl-frame"

[dependencies.jxl-grid]
version = "0.5.0"
path = "../jxl-grid"

[dependencies.jxl-image]
version = "0.10.0"
version = "0.11.0"
path = "../jxl-image"

[dependencies.jxl-modular]
version = "0.8.0"
version = "0.9.0"
path = "../jxl-modular"

[dependencies.jxl-oxide-common]
Expand All @@ -51,5 +51,5 @@ version = "0.1.1"
path = "../jxl-threadpool"

[dependencies.jxl-vardct]
version = "0.8.0"
version = "0.9.0"
path = "../jxl-vardct"
Loading

0 comments on commit 79619e7

Please sign in to comment.