File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed
Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 11Changelog
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
613There are no backwards-incompatible changes in this release. The minor version upgrade is to account for any
Original file line number Diff line number Diff line change 1- VERSION := 0.12.0
1+ VERSION := 0.12.1
22SHORT_COMMIT := $(shell git rev-parse --short HEAD 2>/dev/null || echo dev)
33GO_VERSION := $(shell go version | awk '{ print $$3}' | sed 's/^go//')
44
You can’t perform that action at this time.
0 commit comments