Skip to content

Commit e608996

Browse files
committed
Update version
1 parent c57eec9 commit e608996

2 files changed

Lines changed: 21 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
- Nothing
12+
13+
### Removed
14+
15+
- Nothing
16+
17+
### Fixed
18+
19+
- Fixed a bug that syntax error occurred when SQL contains partition queries
20+
121
## 0.4.4 (2017-03-29)
222

323
Bug fix

cmd/carpenter/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
package main
22

33
const Name string = "carpenter"
4-
const Version string = "0.4.4"
4+
const Version string = "0.4.5"

0 commit comments

Comments
 (0)