From 2d162b033a0f0bc8722b41f252adfa2f5a08028c Mon Sep 17 00:00:00 2001 From: Greg Price Date: Sat, 3 Dec 2022 15:00:08 -0800 Subject: [PATCH] Release version 0.2.1. Preparing the tree for release: $ perl -i -0pe 's/0\.2\.0/0.2.1/g' Cargo.toml README.md then edit CHANGELOG.md, and run `cargo build` to update Cargo.lock. Then commit, tag, push, and upload. --- 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 89ea765..51f5dba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,9 @@ ## Unreleased + +## 0.2.1 + * Update dependencies, fixing build on recent Rust toolchains (#12). * Adjust so `cargo fmt` and `cargo clippy` are clean. diff --git a/Cargo.lock b/Cargo.lock index 78f01d3..8bff369 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -397,7 +397,7 @@ dependencies = [ [[package]] name = "toml-cli" -version = "0.2.0" +version = "0.2.1" dependencies = [ "failure", "nom", diff --git a/Cargo.toml b/Cargo.toml index cbd9d32..d8870b0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "toml-cli" -version = "0.2.0" +version = "0.2.1" 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 7f7d25d..f97eae5 100644 --- a/README.md +++ b/README.md @@ -89,7 +89,7 @@ This subcommand is quite raw in two respects: ``` $ toml --help -toml-cli 0.2.0 +toml-cli 0.2.1 A simple CLI for editing and querying TOML files. USAGE: @@ -109,7 +109,7 @@ SUBCOMMANDS: ``` $ toml get --help -toml-get 0.2.0 +toml-get 0.2.1 Print some data from the file USAGE: @@ -129,7 +129,7 @@ ARGS: ``` $ toml set --help -toml-set 0.2.0 +toml-set 0.2.1 Edit the file to set some data (currently, just print modified version) USAGE: