(cargo-release) version 0.1.7

pull/1/head v0.1.7
chris west 4 years ago
parent ac41b7f191
commit 5dc22bf677

2
Cargo.lock generated

@ -47,7 +47,7 @@ dependencies = [
[[package]]
name = "phd"
version = "0.1.7-dev"
version = "0.1.7"
dependencies = [
"alphanumeric-sort 1.0.11 (registry+https://github.com/rust-lang/crates.io-index)",
"content_inspector 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)",

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

@ -142,9 +142,9 @@ of Gopher!
Binaries for Linux, Mac, and Raspberry Pi are available at
gopher://phkt.io/1/releases/phd and https://github.com/xvxx/phd/releases:
- [phd-v0.1.6-linux-x86_64.tar.gz][0]
- [phd-v0.1.6-linux-armv7.tar.gz (Raspberry Pi)][1]
- [phd-v0.1.6-macos.zip][2]
- [phd-v0.1.7-linux-x86_64.tar.gz][0]
- [phd-v0.1.7-linux-armv7.tar.gz (Raspberry Pi)][1]
- [phd-v0.1.7-macos.zip][2]
Just unzip/untar the `phd` program into your $PATH and get going!
@ -168,8 +168,8 @@ Just unzip/untar the `phd` program into your $PATH and get going!
- [ ] ipv6
- [ ] user input sanitization tests
[0]: https://github.com/xvxx/phd/releases/download/v0.1.6/phd-v0.1.6-linux-x86_64.tar.gz
[1]: https://github.com/xvxx/phd/releases/download/v0.1.6/phd-v0.1.6-linux-armv7.tar.gz
[2]: https://github.com/xvxx/phd/releases/download/v0.1.6/phd-v0.1.6-macos.zip
[0]: https://github.com/xvxx/phd/releases/download/v0.1.7/phd-v0.1.7-linux-x86_64.tar.gz
[1]: https://github.com/xvxx/phd/releases/download/v0.1.7/phd-v0.1.7-linux-armv7.tar.gz
[2]: https://github.com/xvxx/phd/releases/download/v0.1.7/phd-v0.1.7-macos.zip
[map]: https://en.wikipedia.org/wiki/Gopher_(protocol)#Source_code_of_a_menu
[gmi]: gopher://bitreich.org/1/scm/geomyidae

Loading…
Cancel
Save