From 32a8cde882f8f7cfbcff06515a5bc9a2e0bebfde Mon Sep 17 00:00:00 2001 From: Zack Slayton <zack.slayton@gmail.com> Date: Thu, 1 Feb 2024 11:40:46 -0500 Subject: [PATCH] Version bump to v0.5.0 (#80) --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index c273f7a6..616925d1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ion-cli" -version = "0.4.2" +version = "0.5.0" authors = ["The Ion Team <ion-team@amazon.com>"] edition = "2021" description = "Command line tool for working with the Ion data format."