diff --git a/CHANGELOG.md b/CHANGELOG.md index 892586d..265348c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ ## Features +## Bugfixes + + +# v0.16.0 + +## Features + * New `--print-color-table` option, see #229 (@sahinfalcon) ## Bugfixes diff --git a/Cargo.lock b/Cargo.lock index aa9f649..f24672e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -217,7 +217,7 @@ checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea" [[package]] name = "hexyl" -version = "0.15.0" +version = "0.16.0" dependencies = [ "anyhow", "assert_cmd", diff --git a/Cargo.toml b/Cargo.toml index 4dcc48c..8c35489 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ license = "MIT/Apache-2.0" name = "hexyl" readme = "README.md" repository = "https://github.com/sharkdp/hexyl" -version = "0.15.0" +version = "0.16.0" edition = "2021" rust-version = "1.74"