File tree Expand file tree Collapse file tree 4 files changed +7
-3
lines changed Expand file tree Collapse file tree 4 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 2
2
3
3
## Unreleased
4
4
5
+ ## 0.2.18
6
+
7
+ - support string array in postgresql-golang
8
+
5
9
## 0.2.17
6
10
7
11
- fix missing semicolon in migration sql files
Original file line number Diff line number Diff line change 6
6
"github.com/spf13/cobra"
7
7
)
8
8
9
- var Version = "0.2.17 "
9
+ var Version = "0.2.18 "
10
10
11
11
var versionCmd = & cobra.Command {
12
12
Use : "version" ,
Original file line number Diff line number Diff line change @@ -151,7 +151,7 @@ start() {
151
151
152
152
pkg=" github.com/swiftcarrot/queryx"
153
153
bin=" queryx.tar.gz"
154
- version=" v0.2.17 "
154
+ version=" v0.2.18 "
155
155
156
156
prefix=${PREFIX:- " /usr/local/bin" }
157
157
tmp=" $( mktmpdir) "
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " queryx" ,
3
- "version" : " 0.2.17 " ,
3
+ "version" : " 0.2.18 " ,
4
4
"private" : true ,
5
5
"scripts" : {
6
6
"website:dev" : " vitepress dev website" ,
You can’t perform that action at this time.
0 commit comments