(cargo-release) version 1.1.0

pull/26/head v1.1.0
chris west 4 years ago
parent 8ad88f32b9
commit e98b3ac129

@ -1,4 +1,4 @@
## v1.1.0-dev ## v1.1.0
Three new features in this release, plus an unknown number of new Three new features in this release, plus an unknown number of new
bugs: bugs:

2
Cargo.lock generated

@ -187,7 +187,7 @@ dependencies = [
[[package]] [[package]]
name = "phetch" name = "phetch"
version = "1.1.0-dev" version = "1.1.0"
dependencies = [ dependencies = [
"atty", "atty",
"cp437", "cp437",

@ -1,6 +1,6 @@
[package] [package]
name = "phetch" name = "phetch"
version = "1.1.0-dev" version = "1.1.0"
authors = ["chris west <c@xvxx.io>"] authors = ["chris west <c@xvxx.io>"]
license = "MIT" license = "MIT"
edition = "2018" edition = "2018"

@ -89,9 +89,9 @@ On NetBSD, phetch is included in the main pkgsrc repo:
Binaries for Linux, Raspberry Pi, and Mac are available at Binaries for Linux, Raspberry Pi, and Mac are available at
https://github.com/xvxx/phetch/releases: https://github.com/xvxx/phetch/releases:
- [phetch-v1.0.7-linux-x86_64.tgz][0] - [phetch-v1.1.0-linux-x86_64.tgz][0]
- [phetch-v1.0.7-linux-armv7.tgz (Raspberry Pi)][1] - [phetch-v1.1.0-linux-armv7.tgz (Raspberry Pi)][1]
- [phetch-v1.0.7-macos.zip][2] - [phetch-v1.1.0-macos.zip][2]
Just unzip/untar the `phetch` program into your `$PATH` and get going! 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: toggle instead of just prepending to the file
- [ ] bookmarks: save the title of the current page - [ ] 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 [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.0.7/phetch-v1.0.7-linux-armv7.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.0.7/phetch-v1.0.7-macos.zip [2]: https://github.com/xvxx/phetch/releases/download/v1.1.0/phetch-v1.1.0-macos.zip
[phd]: https://github.com/xvxx/phd [phd]: https://github.com/xvxx/phd
[aur]: https://wiki.archlinux.org/index.php/AUR_helpers [aur]: https://wiki.archlinux.org/index.php/AUR_helpers
[mpv]: https://github.com/mpv-player/mpv [mpv]: https://github.com/mpv-player/mpv

Loading…
Cancel
Save