Skip to content

Commit fe240fe

Browse files
committed
bump version
1 parent 6d0c310 commit fe240fe

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
## Unreleased
44

5+
## 0.2.18
6+
7+
- support string array in postgresql-golang
8+
59
## 0.2.17
610

711
- fix missing semicolon in migration sql files

cmd/queryx/action/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import (
66
"github.com/spf13/cobra"
77
)
88

9-
var Version = "0.2.17"
9+
var Version = "0.2.18"
1010

1111
var versionCmd = &cobra.Command{
1212
Use: "version",

install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ start() {
151151

152152
pkg="github.com/swiftcarrot/queryx"
153153
bin="queryx.tar.gz"
154-
version="v0.2.17"
154+
version="v0.2.18"
155155

156156
prefix=${PREFIX:-"/usr/local/bin"}
157157
tmp="$(mktmpdir)"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "queryx",
3-
"version": "0.2.17",
3+
"version": "0.2.18",
44
"private": true,
55
"scripts": {
66
"website:dev": "vitepress dev website",

0 commit comments

Comments
 (0)