Skip to content

Commit

Permalink
Release version 0.2.1.
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
gnprice committed Dec 3, 2022
1 parent 3e4bf61 commit 2d162b0
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 5 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
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.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>"]
repository = "https://github.com/gnprice/toml-cli"
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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:
Expand All @@ -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:
Expand Down

0 comments on commit 2d162b0

Please sign in to comment.