Skip to content

Commit 7e27348

Browse files
authored
Release v0.6.1 (#46)
* [ENHANCEMENT] Add a command line option to force chmod on the receiving unix socket. #45 Signed-off-by: SuperQ <[email protected]>
1 parent ece07b3 commit 7e27348

File tree

4 files changed

+8
-4
lines changed

4 files changed

+8
-4
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
## main / unreleased
22

3+
## 0.6.1 / 2023-07-16
4+
5+
* [ENHANCEMENT] Add a command line option to force chmod on the receiving unix socket. #45
6+
37
## 0.6.0 / 2023-07-16
48

59
* [FEATURE] Add support for connecting to chrony using unix datagram sockets. #35

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.6.0
1+
0.6.1

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ go 1.19
44

55
require (
66
github.com/alecthomas/kingpin/v2 v2.3.2
7-
github.com/facebook/time v0.0.0-20230529151911-512b3b30ab23
7+
github.com/facebook/time v0.0.0-20230714195408-02a9c21d15e5
88
github.com/go-kit/log v0.2.1
99
github.com/prometheus/client_golang v1.16.0
1010
github.com/prometheus/common v0.44.0

go.sum

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ github.com/creack/pty v1.1.9/go.mod h1:oKZEueFk5CKHvIhNR5MUki03XCEU+Q6VDXinZuGJ3
1212
github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
1313
github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=
1414
github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
15-
github.com/facebook/time v0.0.0-20230529151911-512b3b30ab23 h1:2bNmQUpwOmOwPrUFts4znQaefE8fYMzf3yutKzWztWM=
16-
github.com/facebook/time v0.0.0-20230529151911-512b3b30ab23/go.mod h1:dfouHrgxDA7FxAzPYOFIGHFcrFlG2trLpeLtA5+hs+Q=
15+
github.com/facebook/time v0.0.0-20230714195408-02a9c21d15e5 h1:mm9bQe2HJ8wPPIaMs4cSghpYdB7uaaJy4dH4ixdNi+A=
16+
github.com/facebook/time v0.0.0-20230714195408-02a9c21d15e5/go.mod h1:dfouHrgxDA7FxAzPYOFIGHFcrFlG2trLpeLtA5+hs+Q=
1717
github.com/go-kit/log v0.2.1 h1:MRVx0/zhvdseW+Gza6N9rVzU/IVzaeE1SFI4raAhmBU=
1818
github.com/go-kit/log v0.2.1/go.mod h1:NwTd00d/i8cPZ3xOwwiv2PO5MOcx78fFErGNcVmBjv0=
1919
github.com/go-logfmt/logfmt v0.5.1 h1:otpy5pqBCBZ1ng9RQ0dPu4PN7ba75Y/aA+UpowDyNVA=

0 commit comments

Comments
 (0)