Skip to content

Commit

Permalink
Release v0.6.1 (#46)
Browse files Browse the repository at this point in the history
* [ENHANCEMENT] Add a command line option to force chmod on the receiving unix socket. #45

Signed-off-by: SuperQ <[email protected]>
  • Loading branch information
SuperQ authored Jul 17, 2023
1 parent ece07b3 commit 7e27348
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
## main / unreleased

## 0.6.1 / 2023-07-16

* [ENHANCEMENT] Add a command line option to force chmod on the receiving unix socket. #45

## 0.6.0 / 2023-07-16

* [FEATURE] Add support for connecting to chrony using unix datagram sockets. #35
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.6.0
0.6.1
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ go 1.19

require (
github.com/alecthomas/kingpin/v2 v2.3.2
github.com/facebook/time v0.0.0-20230529151911-512b3b30ab23
github.com/facebook/time v0.0.0-20230714195408-02a9c21d15e5
github.com/go-kit/log v0.2.1
github.com/prometheus/client_golang v1.16.0
github.com/prometheus/common v0.44.0
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ github.com/creack/pty v1.1.9/go.mod h1:oKZEueFk5CKHvIhNR5MUki03XCEU+Q6VDXinZuGJ3
github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=
github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
github.com/facebook/time v0.0.0-20230529151911-512b3b30ab23 h1:2bNmQUpwOmOwPrUFts4znQaefE8fYMzf3yutKzWztWM=
github.com/facebook/time v0.0.0-20230529151911-512b3b30ab23/go.mod h1:dfouHrgxDA7FxAzPYOFIGHFcrFlG2trLpeLtA5+hs+Q=
github.com/facebook/time v0.0.0-20230714195408-02a9c21d15e5 h1:mm9bQe2HJ8wPPIaMs4cSghpYdB7uaaJy4dH4ixdNi+A=
github.com/facebook/time v0.0.0-20230714195408-02a9c21d15e5/go.mod h1:dfouHrgxDA7FxAzPYOFIGHFcrFlG2trLpeLtA5+hs+Q=
github.com/go-kit/log v0.2.1 h1:MRVx0/zhvdseW+Gza6N9rVzU/IVzaeE1SFI4raAhmBU=
github.com/go-kit/log v0.2.1/go.mod h1:NwTd00d/i8cPZ3xOwwiv2PO5MOcx78fFErGNcVmBjv0=
github.com/go-logfmt/logfmt v0.5.1 h1:otpy5pqBCBZ1ng9RQ0dPu4PN7ba75Y/aA+UpowDyNVA=
Expand Down

0 comments on commit 7e27348

Please sign in to comment.