Skip to content

Commit

Permalink
Bumps version to 0.9.0 (#179)
Browse files Browse the repository at this point in the history
  • Loading branch information
desaikd authored Nov 5, 2024
1 parent 5b292fa commit 43e20c7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ion-cli"
version = "0.8.0"
version = "0.9.0"
authors = ["The Ion Team <ion-team@amazon.com>"]
edition = "2021"
description = "Command line tool for working with the Ion data format."
Expand All @@ -13,7 +13,7 @@ keywords = ["format", "parse", "encode"]

[dependencies]
anyhow = "1.0"
clap = { version = "4.5.8", features = ["cargo", "env","wrap_help"] }
clap = { version = "4.5.8", features = ["cargo", "env", "wrap_help"] }
colored = "2.0.0"
digest = "0.9"
sha2 = "0.9"
Expand Down

0 comments on commit 43e20c7

Please sign in to comment.