Skip to content

Commit

Permalink
bump: v3.1.1
Browse files Browse the repository at this point in the history
doc: Update README
  • Loading branch information
ignlg committed Apr 18, 2020
1 parent 81574d6 commit 4691c59
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 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 monitorizes 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.1.0"
version = "3.1.1"
authors = ["Ignacio Lago <[email protected]>"]
edition = "2018"
readme = "README.md"
Expand Down
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,13 @@ Three options:

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

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

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

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

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

1. Check the integrity of the binary file with:

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

## Changelog

### v3.1.1

- [x] fix error with option `-v`.

### v3.1.0

- [x] support addresses with port in `--hosts`.
Expand Down

0 comments on commit 4691c59

Please sign in to comment.