From ea69e9d2ca4f0f858110dc7a5ae28bcb918c07fb Mon Sep 17 00:00:00 2001 From: Greg Price Date: Sun, 4 Dec 2022 21:50:05 -0800 Subject: [PATCH] Release version 0.2.3. Same procedure as v0.2.1 and since. --- CHANGELOG.md | 3 +++ Cargo.lock | 2 +- Cargo.toml | 2 +- README.md | 6 +++--- 4 files changed, 8 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7b281ea..92b2258 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,9 @@ ## Unreleased + +## 0.2.3 + * `toml get` on a missing key no longer panics. This gives it the same behavior as `git config`: print nothing, and exit with failure. (#14) * Fix query parse error on empty quoted key `""`, diff --git a/Cargo.lock b/Cargo.lock index 0406212..086b43d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -427,7 +427,7 @@ dependencies = [ [[package]] name = "toml-cli" -version = "0.2.2" +version = "0.2.3" dependencies = [ "failure", "nom", diff --git a/Cargo.toml b/Cargo.toml index c406882..18722e8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "toml-cli" -version = "0.2.2" +version = "0.2.3" description = "A simple CLI for editing and querying TOML files." authors = ["Greg Price "] repository = "https://github.com/gnprice/toml-cli" diff --git a/README.md b/README.md index 3e64000..4f45e77 100644 --- a/README.md +++ b/README.md @@ -92,7 +92,7 @@ This subcommand is quite raw in two respects: ``` $ toml --help -toml-cli 0.2.2 +toml-cli 0.2.3 A simple CLI for editing and querying TOML files. USAGE: @@ -112,7 +112,7 @@ SUBCOMMANDS: ``` $ toml get --help -toml-get 0.2.2 +toml-get 0.2.3 Print some data from the file Read the given TOML file, find the data within it at the given query, @@ -143,7 +143,7 @@ ARGS: ``` $ toml set --help -toml-set 0.2.2 +toml-set 0.2.3 Edit the file to set some data (currently, just print modified version) USAGE: