Skip to content

Commit a8b3cbd

Browse files
Updated makefile & readme
1 parent 67b1962 commit a8b3cbd

File tree

2 files changed

+10
-5
lines changed

2 files changed

+10
-5
lines changed

Makefile

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
GO := go
22
pkgs = $(shell basename `git rev-parse --show-toplevel`)
3-
VERSION=$(shell git describe --abbrev=0)
4-
BUILD=$(shell date +%FT%T%z)
5-
GOVERSION=$(shell go version | cut --delimiter=" " -f3)
6-
COMMIT=$(shell git rev-parse HEAD)
7-
BRANCH=$(shell git rev-parse --abbrev-ref HEAD)
3+
VERSION ?=$(shell git describe --abbrev=0)
4+
BUILD ?=$(shell date +%FT%T%z)
5+
GOVERSION ?=$(shell go version | cut --delimiter=" " -f3)
6+
COMMIT ?=$(shell git rev-parse HEAD)
7+
SOMEVAR ?=$(shell git rev-parse HEAD)
8+
BRANCH ?=$(shell git rev-parse --abbrev-ref HEAD)
89

910
PREFIX=$(shell pwd)
1011
TOP_DIR=$(shell git rev-parse --show-toplevel)

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -161,6 +161,10 @@ tcol28: 6.12
161161

162162
## Versions history
163163

164+
#### 0.1.4
165+
- Fixed handling of time columns
166+
- Improved support of GENERATED columns
167+
164168
#### 0.1.3
165169
- Fixed handling of nulls
166170

0 commit comments

Comments
 (0)