Skip to content

Commit 13d7746

Browse files
committed
update changelog, up version
1 parent f99ac28 commit 13d7746

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
Changelog
22
---
33

4+
## v0.12.1 (Jun 20, 2020)
5+
6+
* Add an `error-exit` option to the `diff` command to be able to exit 0 even when diffs are present. This currently has a
7+
`true` default for backwards compatibility. The next minor release of qbec will flip this default to `false`.
8+
* Improve error message when object processing fails due to bad json created by a component. Thanks to @wurbanski
9+
for this contribution.
10+
411
## v0.12.0 (Jun 8, 2020)
512

613
There are no backwards-incompatible changes in this release. The minor version upgrade is to account for any

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION := 0.12.0
1+
VERSION := 0.12.1
22
SHORT_COMMIT := $(shell git rev-parse --short HEAD 2>/dev/null || echo dev)
33
GO_VERSION := $(shell go version | awk '{ print $$3}' | sed 's/^go//')
44

0 commit comments

Comments
 (0)