Skip to content

Commit

Permalink
Bump versions (#375)
Browse files Browse the repository at this point in the history
  • Loading branch information
tirr-c authored Oct 30, 2024
1 parent 49c5a85 commit c298551
Show file tree
Hide file tree
Showing 13 changed files with 25 additions and 25 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.

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.5.0-alpha.0"
version = "0.5.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.5.0-alpha.0"
version = "0.5.0"
edition = "2021"

[dependencies]
tracing.workspace = true

[dependencies.jxl-bitstream]
version = "0.5.0-alpha.0"
version = "0.5.0"
path = "../jxl-bitstream"
4 changes: 2 additions & 2 deletions crates/jxl-color/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ edition = "2021"
tracing.workspace = true

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

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

[dependencies.jxl-grid]
Expand Down
4 changes: 2 additions & 2 deletions crates/jxl-frame/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ edition = "2021"
tracing.workspace = true

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

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

[dependencies.jxl-grid]
Expand Down
2 changes: 1 addition & 1 deletion crates/jxl-grid/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.5.0"
version = "0.5.1"
edition = "2021"

[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion crates/jxl-image/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ edition = "2021"
tracing.workspace = true

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

[dependencies.jxl-color]
Expand Down
4 changes: 2 additions & 2 deletions crates/jxl-modular/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ edition = "2021"
tracing.workspace = true

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

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

[dependencies.jxl-grid]
Expand Down
2 changes: 1 addition & 1 deletion crates/jxl-oxide-common/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ edition = "2021"
[dependencies]

[dependencies.jxl-bitstream]
version = "0.5.0-alpha.0"
version = "0.5.0"
path = "../jxl-bitstream"
4 changes: 2 additions & 2 deletions crates/jxl-oxide/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ default-features = false
optional = true

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

[dependencies.jxl-color]
Expand All @@ -36,7 +36,7 @@ version = "0.11.0"
path = "../jxl-frame"

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

[dependencies.jxl-image]
Expand Down
6 changes: 3 additions & 3 deletions crates/jxl-render/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ edition = "2021"
tracing.workspace = true

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

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

[dependencies.jxl-color]
Expand All @@ -31,7 +31,7 @@ version = "0.11.0"
path = "../jxl-frame"

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

[dependencies.jxl-image]
Expand Down
4 changes: 2 additions & 2 deletions crates/jxl-vardct/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ edition = "2021"
tracing.workspace = true

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

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

[dependencies.jxl-grid]
Expand Down
6 changes: 3 additions & 3 deletions fuzz/Cargo.lock

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

0 comments on commit c298551

Please sign in to comment.