diff options
author | David Peter <mail@david-peter.de> | 2022-12-07 23:47:47 +0100 |
---|---|---|
committer | David Peter <mail@david-peter.de> | 2022-12-07 23:48:29 +0100 |
commit | ee56a3396d1bff0cfca121dcc553f6ee310017f2 (patch) | |
tree | 619bef3e4f5d6351af416b62b70ccc5cf67910d2 | |
parent | 4833c2afe4085a520c4505c33375a371917f39f7 (diff) |
Bump versionv0.12.0
-rw-r--r-- | CHANGELOG.md | 3 | ||||
-rw-r--r-- | Cargo.lock | 2 | ||||
-rw-r--r-- | Cargo.toml | 2 | ||||
-rw-r--r-- | README.md | 2 | ||||
-rw-r--r-- | doc/hexyl.1.md | 2 |
5 files changed, 6 insertions, 5 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 74d2f09..f29efde 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,9 @@ -# unreleased +# v0.12.0 ## Features - Only show one panel by default if the terminal width is not wide enough for two panels, see #182 (@sharkdp) +- Respect the `NO_COLOR` environment variable, see #179 (@sharifhsn) ## Bugfixes @@ -200,7 +200,7 @@ dependencies = [ [[package]] name = "hexyl" -version = "0.11.0" +version = "0.12.0" dependencies = [ "anyhow", "assert_cmd", @@ -7,7 +7,7 @@ license = "MIT/Apache-2.0" name = "hexyl" readme = "README.md" repository = "https://github.com/sharkdp/hexyl" -version = "0.11.0" +version = "0.12.0" edition = "2021" [dependencies] @@ -31,7 +31,7 @@ If you use an older version of Ubuntu, you can download the latest `.deb` package from the release page and install it via: ``` bash -sudo dpkg -i hexyl_0.11.0_amd64.deb # adapt version number and architecture +sudo dpkg -i hexyl_0.12.0_amd64.deb # adapt version number and architecture ``` ### On Debian diff --git a/doc/hexyl.1.md b/doc/hexyl.1.md index df5751c..902de60 100644 --- a/doc/hexyl.1.md +++ b/doc/hexyl.1.md @@ -1,4 +1,4 @@ -% HEXYL(1) hexyl 0.11.0 | General Commands Manual +% HEXYL(1) hexyl 0.12.0 | General Commands Manual % % 2022-12-05 |