diff --git a/CHANGELOG.md b/CHANGELOG.md index d610c8d..1880155 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## v1.0.3-dev +## v1.0.3 This release adds support for the `;` and `s` Gopher item types, as well as the ability to play them in a media player. meaning diff --git a/Cargo.lock b/Cargo.lock index 9852ef9..ab014f7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -379,7 +379,7 @@ dependencies = [ [[package]] name = "phetch" -version = "1.0.3-dev" +version = "1.0.3" 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)", diff --git a/Cargo.toml b/Cargo.toml index d5cd06f..bec32f7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "phetch" -version = "1.0.3-dev" +version = "1.0.3" authors = ["chris west "] license = "MIT" edition = "2018" diff --git a/README.md b/README.md index 427d58f..9b91893 100644 --- a/README.md +++ b/README.md @@ -81,9 +81,9 @@ On Arch Linux, install phetch with your favorite [AUR helper][aur]: Binaries for Linux, Raspberry Pi, and Mac are available at https://github.com/xvxx/phetch/releases: -- [phetch-v1.0.2-linux-x86_64.tgz][0] -- [phetch-v1.0.2-linux-armv7.tgz (Raspberry Pi)][1] -- [phetch-v1.0.2-macos.zip][2] +- [phetch-v1.0.3-linux-x86_64.tgz][0] +- [phetch-v1.0.3-linux-armv7.tgz (Raspberry Pi)][1] +- [phetch-v1.0.3-macos.zip][2] Just unzip/untar the `phetch` program into your `$PATH` and get going! @@ -149,9 +149,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.2/phetch-v1.0.2-linux-x86_64.tgz -[1]: https://github.com/xvxx/phetch/releases/download/v1.0.2/phetch-v1.0.2-linux-armv7.tgz -[2]: https://github.com/xvxx/phetch/releases/download/v1.0.2/phetch-v1.0.2-macos.zip +[0]: https://github.com/xvxx/phetch/releases/download/v1.0.3/phetch-v1.0.3-linux-x86_64.tgz +[1]: https://github.com/xvxx/phetch/releases/download/v1.0.3/phetch-v1.0.3-linux-armv7.tgz +[2]: https://github.com/xvxx/phetch/releases/download/v1.0.3/phetch-v1.0.3-macos.zip [phd]: https://github.com/xvxx/phd [aur]: https://wiki.archlinux.org/index.php/AUR_helpers [mpv]: https://github.com/mpv-player/mpv