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 9bda5da commit eb3bc1aCopy full SHA for eb3bc1a
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+## v0.2.1
2
+
3
+- Fix a weird error message introduced at v0.2.0
4
5
## v0.2.0
6
7
- Use `PGSSLMODE=disable` for psqldef for now
lib/sqldef/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true
module Sqldef
- VERSION = '0.2.0'
+ VERSION = '0.2.1'
end
0 commit comments