We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3c0029 commit b8a30caCopy full SHA for b8a30ca
README.markdown
@@ -465,6 +465,10 @@ is still available through RubyGems and the source code is on the ruby branch.
465
466
## Version History
467
468
+## 2.3.3 (May 3, 2025)
469
+
470
+* Upgrade golang.org/x/crypto to v0.37.0
471
472
## 2.3.2 (December 25, 2024)
473
474
* Fix goreleaser build script
main.go
@@ -26,7 +26,7 @@ import (
26
ini "github.com/vaughan0/go-ini"
27
)
28
29
-const VERSION = "2.3.2"
+const VERSION = "2.3.3"
30
31
var defaultConf = `[database]
32
# host is required (network host or path to Unix domain socket)
0 commit comments