Skip to content

Commit

Permalink
Release version 0.2.3.
Browse files Browse the repository at this point in the history
Same procedure as v0.2.1 and since.
  • Loading branch information
gnprice committed Dec 5, 2022
1 parent 4149753 commit ea69e9d
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.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 `""`,
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.2"
version = "0.2.3"
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 @@ -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:
Expand All @@ -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,
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit ea69e9d

Please sign in to comment.