We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c9b39e5 commit dedde1aCopy full SHA for dedde1a
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# Changelog
2
3
+## [v1.3.1](https://github.com/hirose31/pinger/compare/v1.2...v1.3.1) (2021-03-24)
4
+
5
+* Forget to add workflows... [#3](https://github.com/hirose31/pinger/pull/3) ([hirose31](https://github.com/hirose31))
6
+* Use GitHub Actions and build for arm64 [#2](https://github.com/hirose31/pinger/pull/2) ([hirose31](https://github.com/hirose31))
7
8
## v1.2 (2017-07-11)
9
10
BUG FIXES:
pinger.go
@@ -16,7 +16,7 @@ import (
16
"github.com/tatsushid/go-fastping"
17
)
18
19
-const version = "1.3.0"
+const version = "1.3.1"
20
21
var (
22
writeFailedLog = !isatty.IsTerminal(os.Stderr.Fd())
0 commit comments