Compare commits

...

3 Commits

Author SHA1 Message Date
chris west 5b02ccc1db chore: Release phd version 0.1.15 1 year ago
chris west 1e31a05f9d update cargo-release 1 year ago
chris west 006a3f58a5 update changelog 1 year ago

@ -1,3 +1,8 @@
## v0.1.15
- Update `alphanumeric-sort` dependency so `cargo install phd` works again.
- Recommend `cargo install phd --locked` in the README
## v0.1.14
- If the `NO_COLOR` env variable is set, colors won't be printed to

2
Cargo.lock generated

@ -50,7 +50,7 @@ dependencies = [
[[package]]
name = "phd"
version = "0.1.15-dev"
version = "0.1.15"
dependencies = [
"alphanumeric-sort",
"content_inspector",

@ -1,6 +1,6 @@
[package]
name = "phd"
version = "0.1.15-dev"
version = "0.1.15"
authors = ["chris west <c@xvxx.io>"]
license = "MIT"
edition = "2018"
@ -24,7 +24,6 @@ pre-release-replacements = [
{file="README.md", search="/v\\d+\\.\\d+\\.\\d+/", replace="/v{{version}}/"},
{file="CHANGELOG.md", search="\\d+\\.\\d+\\.\\d+-dev", replace="{{version}}"},
]
dev-version-ext = "dev"
[dependencies]
content_inspector = "0.2.4"

@ -166,9 +166,9 @@ On macOS you can install with [Homebrew](https://brew.sh/):
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.14-linux-x86_64.tar.gz][0]
- [phd-v0.1.14-linux-armv7.tar.gz (Raspberry Pi)][1]
- [phd-v0.1.14-macos.zip][2]
- [phd-v0.1.15-linux-x86_64.tar.gz][0]
- [phd-v0.1.15-linux-armv7.tar.gz (Raspberry Pi)][1]
- [phd-v0.1.15-macos.zip][2]
Just unzip/untar the `phd` program into your `$PATH` and get going!
@ -197,9 +197,9 @@ If you have **[cargo][rustup]**, you can install the crate directly:
phd is no longer under active development, but the latest version works great.
[0]: https://github.com/xvxx/phd/releases/download/v0.1.14/phd-v0.1.14-linux-x86_64.tar.gz
[1]: https://github.com/xvxx/phd/releases/download/v0.1.14/phd-v0.1.14-linux-armv7.tar.gz
[2]: https://github.com/xvxx/phd/releases/download/v0.1.14/phd-v0.1.14-macos.zip
[0]: https://github.com/xvxx/phd/releases/download/v0.1.15/phd-v0.1.15-linux-x86_64.tar.gz
[1]: https://github.com/xvxx/phd/releases/download/v0.1.15/phd-v0.1.15-linux-armv7.tar.gz
[2]: https://github.com/xvxx/phd/releases/download/v0.1.15/phd-v0.1.15-macos.zip
[map]: https://en.wikipedia.org/wiki/Gopher_(protocol)#Source_code_of_a_menu
[gmi]: http://r-36.net/scm/geomyidae/
[rustup]: https://rustup.rs

Loading…
Cancel
Save