We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c57eec9 commit e608996Copy full SHA for e608996
2 files changed
CHANGELOG.md
@@ -1,3 +1,23 @@
1
+## 0.4.4 (2017-07-07)
2
+
3
+Bug fix
4
5
+### Added
6
7
+- Nothing
8
9
+### Deprecated
10
11
12
13
+### Removed
14
15
16
17
+### Fixed
18
19
+- Fixed a bug that syntax error occurred when SQL contains partition queries
20
21
## 0.4.4 (2017-03-29)
22
23
Bug fix
cmd/carpenter/version.go
@@ -1,4 +1,4 @@
package main
const Name string = "carpenter"
-const Version string = "0.4.4"
+const Version string = "0.4.5"
0 commit comments