Skip to content

Commit e4643ba

Browse files
committed
Version 0.4.0
1 parent 8b0200e commit e4643ba

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
17
## v0.3.0
28

39
- Remove the `PGSSLMODE=disable` workaround of v0.2.x

lib/sqldef/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module Sqldef
4-
VERSION = '0.3.0'
4+
VERSION = '0.4.0'
55
end

0 commit comments

Comments
 (0)