Skip to content

Commit eb3bc1a

Browse files
committed
Version 0.2.1
1 parent 9bda5da commit eb3bc1a

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## v0.2.1
2+
3+
- Fix a weird error message introduced at v0.2.0
4+
15
## v0.2.0
26

37
- Use `PGSSLMODE=disable` for psqldef for now

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

0 commit comments

Comments
 (0)