Skip to content

Commit

Permalink
Release 0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
vstroebel committed Oct 9, 2023
1 parent 97ee66a commit a10e1f3
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,18 +31,18 @@ Arguments:
<INPUT> Jpeg file to use
Options:
-f, --format <FORMAT> Output format [default: text] [possible values: text, json]
-v, --verbose <VERBOSE> Make output more verbose
-h, --help Print help
-V, --version Print version
-f, --format <FORMAT> Output format [default: text] [possible values: text, json]
-v, --verbose Make output more verbose
-h, --help Print help
-V, --version Print version
```

## Using jfifdump as a library

To use jfifdump as a library add the following to your Cargo.toml dependencies:

```toml
jfifdump = "0.4"
jfifdump = "0.5"
```

## Example: Print image dimensions
Expand Down
4 changes: 2 additions & 2 deletions jfifdump-cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "jfifdump-cli"
version = "0.4.0"
version = "0.5.0"
description = "Read and dump structure of a jpeg file"
authors = ["Volker Ströbel <[email protected]>"]
edition = "2018"
Expand All @@ -17,4 +17,4 @@ doc = false

[dependencies]
clap = { version = "4.3", features = ["cargo"] }
jfifdump = { path = "../jfifdump", version = "0.4.0", features = ["json"] }
jfifdump = { path = "../jfifdump", version = "0.5.0", features = ["json"] }
2 changes: 1 addition & 1 deletion jfifdump/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "jfifdump"
version = "0.4.0"
version = "0.5.0"
description = "Read and dump structure of a jpeg file"
authors = ["Volker Ströbel <[email protected]>"]
edition = "2018"
Expand Down

0 comments on commit a10e1f3

Please sign in to comment.