Skip to content

Commit

Permalink
bump: v3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ignlg committed Apr 17, 2020
1 parent ac774e8 commit 348eb33
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "pingkeeper"
description = """
Command line application that monitorises that network is reachable (direct tcp connection or ping) and, in case of failure, runs a command. Optionally it can monitor that the command is permanently running and restart it if network is unreachable.
"""
version = "3.0.0"
version = "3.0.1"
authors = ["Ignacio Lago <[email protected]>"]
edition = "2018"
readme = "README.md"
Expand Down
16 changes: 11 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,17 +30,17 @@ Three options:

1. Download release binaries from [releases page][releases-link].

1. _recommended_ Check the integrity of the downloaded file:
1. Check the integrity of the downloaded file _(version may vary)_:

sha512sum --check pingkeeper-macos-v3.0.0.tar.gz.sha512

It should say: `pingkeeper-macos-v3.0.0.tar.gz: OK`

1. Extract archive with:
1. Extract archive _(version may vary)_ with:

tar xvf pingkeeper-macos-v3.0.0.tar.gz

1. _recommended_ Check the integrity of the binary file with:
1. Check the integrity of the binary file with:

sha512sum --check pingkeeper.sha512

Expand Down Expand Up @@ -157,6 +157,10 @@ Help available running `pingkeeper --help`:

## Changelog

### v3.0.1

- [x] improve documentation.

### v3.0.0

- [x] detect network connection directly.
Expand Down Expand Up @@ -230,15 +234,17 @@ along with this program. If not, see <https://www.gnu.org/licenses/>.
[downloads-image]: https://img.shields.io/crates/d/pingkeeper
[crate-link]: https://crates.io/crates/pingkeeper
[license-image]: https://img.shields.io/crates/l/pingkeeper
[license-link]: https://github.com/ignlg/pingkeeper/blob/next/LICENSE.md
[license-link]: https://github.com/ignlg/pingkeeper/blob/next/LICENSE
[rustc-image]: https://img.shields.io/badge/rustc-1.36+-blue.svg
[safety-image]: https://img.shields.io/badge/unsafe-forbidden-success
[safety-link]: https://github.com/rust-secure-code/safety-dance/
[build-image]: https://travis-ci.org/ignlg/pingkeeper.svg?branch=master
[build-link]: https://travis-ci.org/ignlg/pingkeeper
[releases-image]: https://img.shields.io/github/release-date/ignlg/pingkeeper
[releases-link]: https://github.com/ignlg/pingkeeper/releases
[stability-image]: https://img.shields.io/badge/stability-stable-green
[stability-image]: https://img.shields.io/badge/stability-stable-blue
[librariesio-image]: https://img.shields.io/librariesio/release/ignlg/pingkeeper
[librariesio-link]: https://libraries.io/github/ignlg/pingkeeper
[//]: # "links"
[rust-link]: https://www.rust-lang.org/
[hummingbird-link]: https://gitlab.com/AirVPN/hummingbird
Expand Down

0 comments on commit 348eb33

Please sign in to comment.