(cargo-release) version 1.0.7

pull/22/head v1.0.7
chris west 4 years ago
parent 689b999ac9
commit 36c3489bb4

@ -1,4 +1,4 @@
## v1.0.7-dev
## v1.0.7
This release fixes https://github.com/xvxx/phetch/issues/19

2
Cargo.lock generated

@ -160,7 +160,7 @@ dependencies = [
[[package]]
name = "phetch"
version = "1.0.7-dev"
version = "1.0.7"
dependencies = [
"atty 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)",
"lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",

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

@ -85,9 +85,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.6-linux-x86_64.tgz][0]
- [phetch-v1.0.6-linux-armv7.tgz (Raspberry Pi)][1]
- [phetch-v1.0.6-macos.zip][2]
- [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]
Just unzip/untar the `phetch` program into your `$PATH` and get going!
@ -153,9 +153,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.6/phetch-v1.0.6-linux-x86_64.tgz
[1]: https://github.com/xvxx/phetch/releases/download/v1.0.6/phetch-v1.0.6-linux-armv7.tgz
[2]: https://github.com/xvxx/phetch/releases/download/v1.0.6/phetch-v1.0.6-macos.zip
[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
[phd]: https://github.com/xvxx/phd
[aur]: https://wiki.archlinux.org/index.php/AUR_helpers
[mpv]: https://github.com/mpv-player/mpv

Loading…
Cancel
Save