Skip to content

Commit

Permalink
[release] 0.12.1
Browse files Browse the repository at this point in the history
- previous release didn't fix the generator entirely, columnTypes
mapping also need to be updated to support text #7
  • Loading branch information
pingginp committed Feb 19, 2019
1 parent 7fc6fe0 commit 1de1d77
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ NOTE: this file format is based on [gaocegege/maintainer](https://github.com/gao

## Unreleased

## 0.12.1 (2019-02-18)

- previous release didn't update all the mapping in generator

## 0.12.0 (2019-02-18)

[Closed issues](https://github.com/pingginp/cqlc/issues?q=is%3Aissue+milestone%3A0.12.0+is%3Aclosed)
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION = 0.12.0
VERSION = 0.12.1
LDFLAGS = -X main.Version=$(VERSION)
GO = CGO_ENABLED=0 go
GO_LINUX = GOOS=linux GOARCH=amd64 $(GO)
Expand Down
2 changes: 1 addition & 1 deletion cqlc/ver.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package cqlc

// Version is the runtime version of cqlc, run make update-ver to sync it
const Version = "0.12.0"
const Version = "0.12.1"

0 comments on commit 1de1d77

Please sign in to comment.