Skip to content

Commit fbfbce1

Browse files
committed
chore: Release
1 parent c3f7c07 commit fbfbce1

File tree

7 files changed

+12
-12
lines changed

7 files changed

+12
-12
lines changed

Cargo.lock

+6-6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "sic"
3-
version = "0.22.3"
3+
version = "0.22.4"
44
authors = ["Martijn Gribnau <[email protected]>"]
55
description = "Accessible image processing and conversion from the terminal (and a front-end for the 'image' crate)."
66
license = "MIT OR Apache-2.0"

crates/sic_cli_ops/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "sic_cli_ops"
3-
version = "0.22.0"
3+
version = "0.22.1"
44
authors = ["Martijn Gribnau <[email protected]>"]
55
description = "Component of the sic cli: parses images operations invoked from the cli."
66
license = "MIT OR Apache-2.0"

crates/sic_core/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "sic_core"
3-
version = "0.22.0"
3+
version = "0.22.1"
44
authors = ["Martijn Gribnau <[email protected]>"]
55
description = "Component of the sic cli: re-exports global dependencies to sub-crates."
66
license = "MIT OR Apache-2.0"

crates/sic_image_engine/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "sic_image_engine"
3-
version = "0.22.0"
3+
version = "0.22.1"
44
authors = ["Martijn Gribnau <[email protected]>"]
55
description = "Component of the sic cli: provides abstractions for (the application of) image operations."
66
license = "MIT OR Apache-2.0"

crates/sic_io/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "sic_io"
3-
version = "0.22.0"
3+
version = "0.22.1"
44
authors = ["Martijn Gribnau <[email protected]>"]
55
description = "Component of the sic cli: provides accessible i/o around image formats."
66
license = "MIT OR Apache-2.0"

crates/sic_parser/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "sic_parser"
3-
version = "0.22.0"
3+
version = "0.22.1"
44
authors = ["Martijn Gribnau <[email protected]>"]
55
description = "Component of the sic cli: parser for the image operation script used by sic."
66
license = "MIT OR Apache-2.0"

0 commit comments

Comments
 (0)