From 0c970dcb3a3d13aac731dd6a3e9b408f7d527a01 Mon Sep 17 00:00:00 2001 From: chris west Date: Sun, 4 Dec 2022 15:32:42 -0800 Subject: [PATCH] chore: Release phetch version 1.2.0 --- CHANGELOG.md | 2 +- Cargo.lock | 2 +- Cargo.toml | 2 +- README.md | 12 ++++++------ 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b9721f3..2fdd765 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## v1.1.1-dev +## v1.2.0 phetch is all about fun colors, but your options have always been limited. You could turn off colors via `NO_COLOR` env variable or diff --git a/Cargo.lock b/Cargo.lock index 9503ee4..8279022 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -205,7 +205,7 @@ dependencies = [ [[package]] name = "phetch" -version = "1.1.1-dev" +version = "1.2.0" dependencies = [ "atty", "cp437", diff --git a/Cargo.toml b/Cargo.toml index 72b6695..aed4679 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "phetch" -version = "1.1.1-dev" +version = "1.2.0" authors = ["chris west "] license = "MIT" edition = "2018" diff --git a/README.md b/README.md index 2af884b..a1ef192 100644 --- a/README.md +++ b/README.md @@ -101,9 +101,9 @@ On NetBSD, phetch is included in the main pkgsrc repo: Binaries for Linux, Raspberry Pi, Mac and Android (termux) are available at https://github.com/xvxx/phetch/releases: -- [phetch-v1.1.0-linux-x86_64.tgz][0] -- [phetch-v1.1.0-linux-armv7.tgz (Raspberry Pi)][1] -- [phetch-v1.1.0-macos.zip][2] +- [phetch-v1.2.0-linux-x86_64.tgz][0] +- [phetch-v1.2.0-linux-armv7.tgz (Raspberry Pi)][1] +- [phetch-v1.2.0-macos.zip][2] Just unzip/untar the `phetch` program into your `$PATH` and get going! @@ -173,9 +173,9 @@ types" help page by pressing `ctrl-h` then `3` in phetch. - [ ] bookmarks: toggle instead of just prepending to the file - [ ] bookmarks: save the title of the current page -[0]: https://github.com/xvxx/phetch/releases/download/v1.1.0/phetch-v1.1.0-linux-x86_64.tgz -[1]: https://github.com/xvxx/phetch/releases/download/v1.1.0/phetch-v1.1.0-linux-armv7.tgz -[2]: https://github.com/xvxx/phetch/releases/download/v1.1.0/phetch-v1.1.0-macos.zip +[0]: https://github.com/xvxx/phetch/releases/download/v1.2.0/phetch-v1.2.0-linux-x86_64.tgz +[1]: https://github.com/xvxx/phetch/releases/download/v1.2.0/phetch-v1.2.0-linux-armv7.tgz +[2]: https://github.com/xvxx/phetch/releases/download/v1.2.0/phetch-v1.2.0-macos.zip [phd]: https://github.com/xvxx/phd [aur]: https://wiki.archlinux.org/index.php/AUR_helpers [mpv]: https://github.com/mpv-player/mpv