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 8b0200e commit e4643baCopy full SHA for e4643ba
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+## v0.4.0
2
+
3
+- Follow redirects during downloading
4
+- Follow the repository move from k0kubun to sqldef
5
+- Add support for zip archive type for Windows and macOS
6
7
## v0.3.0
8
9
- Remove the `PGSSLMODE=disable` workaround of v0.2.x
lib/sqldef/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true
module Sqldef
- VERSION = '0.3.0'
+ VERSION = '0.4.0'
end
0 commit comments