(cargo-release) version 0.9.0

pull/14/head v0.9.0
chris west 4 years ago
parent 24ba3fb636
commit 50d6db8dc0

2
Cargo.lock generated

@ -379,7 +379,7 @@ dependencies = [
[[package]]
name = "phetch"
version = "0.9.0-dev"
version = "0.9.0"
dependencies = [
"atty 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)",
"criterion 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",

@ -1,6 +1,6 @@
[package]
name = "phetch"
version = "0.9.0-dev"
version = "0.9.0"
authors = ["chris west <c@xvxx.io>"]
license = "MIT"
edition = "2018"
@ -53,4 +53,4 @@ libc = "0.2.66"
atty = "0.2.14"
tor-stream = { version = "0.2.0", optional = true }
native-tls = { version = "0.2", optional = true }
native-tls = { version = "0.2", optional = true }

@ -62,9 +62,9 @@ On macOS you can install with [Homebrew](https://brew.sh/):
Binaries for Linux, Raspberry Pi, and Mac are available at
https://github.com/xvxx/phetch/releases:
- [phetch-v0.1.13-linux-x86_64.tgz][0]
- [phetch-v0.1.13-linux-armv7.tgz (Raspberry Pi)][1]
- [phetch-v0.1.13-macos.zip][2]
- [phetch-v0.9.0-linux-x86_64.tgz][0]
- [phetch-v0.9.0-linux-armv7.tgz (Raspberry Pi)][1]
- [phetch-v0.9.0-macos.zip][2]
Just unzip/untar the `phetch` program into your $PATH and get going!
@ -135,7 +135,7 @@ To enable just TLS support, or just Tor support, use `--features`:
- [ ] 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/v0.1.13/phetch-v0.1.13-linux-x86_64.tgz
[1]: https://github.com/xvxx/phetch/releases/download/v0.1.13/phetch-v0.1.13-linux-armv7.tgz
[2]: https://github.com/xvxx/phetch/releases/download/v0.1.13/phetch-v0.1.13-macos.zip
[0]: https://github.com/xvxx/phetch/releases/download/v0.9.0/phetch-v0.9.0-linux-x86_64.tgz
[1]: https://github.com/xvxx/phetch/releases/download/v0.9.0/phetch-v0.9.0-linux-armv7.tgz
[2]: https://github.com/xvxx/phetch/releases/download/v0.9.0/phetch-v0.9.0-macos.zip
[phd]: https://github.com/xvxx/phd

Loading…
Cancel
Save