From e98b3ac1297f735156df6ee9f8229fa737b65446 Mon Sep 17 00:00:00 2001 From: chris west Date: Mon, 16 Nov 2020 20:00:08 -0800 Subject: [PATCH] (cargo-release) version 1.1.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 584e36e..7fe35e1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## v1.1.0-dev +## v1.1.0 Three new features in this release, plus an unknown number of new bugs: diff --git a/Cargo.lock b/Cargo.lock index 20972f1..8225be1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -187,7 +187,7 @@ dependencies = [ [[package]] name = "phetch" -version = "1.1.0-dev" +version = "1.1.0" dependencies = [ "atty", "cp437", diff --git a/Cargo.toml b/Cargo.toml index 37afd7e..82056e3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "phetch" -version = "1.1.0-dev" +version = "1.1.0" authors = ["chris west "] license = "MIT" edition = "2018" diff --git a/README.md b/README.md index 5b5a80a..6655a72 100644 --- a/README.md +++ b/README.md @@ -89,9 +89,9 @@ On NetBSD, phetch is included in the main pkgsrc repo: Binaries for Linux, Raspberry Pi, and Mac are available at https://github.com/xvxx/phetch/releases: -- [phetch-v1.0.7-linux-x86_64.tgz][0] -- [phetch-v1.0.7-linux-armv7.tgz (Raspberry Pi)][1] -- [phetch-v1.0.7-macos.zip][2] +- [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] Just unzip/untar the `phetch` program into your `$PATH` and get going! @@ -157,9 +157,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.0.7/phetch-v1.0.7-linux-x86_64.tgz -[1]: https://github.com/xvxx/phetch/releases/download/v1.0.7/phetch-v1.0.7-linux-armv7.tgz -[2]: https://github.com/xvxx/phetch/releases/download/v1.0.7/phetch-v1.0.7-macos.zip +[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 [phd]: https://github.com/xvxx/phd [aur]: https://wiki.archlinux.org/index.php/AUR_helpers [mpv]: https://github.com/mpv-player/mpv