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 6cfd6e1 commit aca3f8bCopy full SHA for aca3f8b
CHANGELOG.md
@@ -1,3 +1,8 @@
1
+## v0.3.0
2
+
3
+- Remove the `PGSSLMODE=disable` workaround of v0.2.x
4
+ - You should use psqldef v0.11.41 or newer
5
6
## v0.2.1
7
8
- Fix a weird error message introduced at v0.2.0
lib/sqldef/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true
module Sqldef
- VERSION = '0.2.1'
+ VERSION = '0.3.0'
end
0 commit comments