Skip to content

Commit aca3f8b

Browse files
committed
Version 0.3.0
1 parent 6cfd6e1 commit aca3f8b

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
16
## v0.2.1
27

38
- Fix a weird error message introduced at v0.2.0

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.2.1'
4+
VERSION = '0.3.0'
55
end

0 commit comments

Comments
 (0)