From ae363b8c9473ce921eb2aa2fe89ec7521697d065 Mon Sep 17 00:00:00 2001 From: Dane Stuckel Date: Mon, 8 Jan 2024 13:45:23 +0700 Subject: [PATCH] v0.5.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index a3e6758..e676478 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "cbor-cli" authors = ["Dane Stuckel "] edition = "2021" -version = "0.4.0" +version = "0.5.0" license = "Apache-2.0" description = "Command line tool for encoding and decoding CBOR using serde. Supports import and export for JSON, YAML, and TOML. Supports deep inspection of CBOR files." repository = "https://github.com/TakenPilot/cbor-rs/tree/main/cli"