Skip to content

Commit d2f2dcc

Browse files
committed
update changelog, up version
1 parent a46c79b commit d2f2dcc

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

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

4+
## v0.15.1 (Feb 4, 2022)
5+
6+
* Fix info in `qbec version`
7+
48
## v0.15.0 (Feb 4, 2022)
59

610
* `apply` now waits for `batch/job` objects (thanks @kvaps)

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
include Makefile.tools
22

3-
VERSION := 0.15.0
3+
VERSION := 0.15.1
44
SHORT_COMMIT := $(shell git rev-parse --short HEAD 2>/dev/null || echo dev)
55
GO_VERSION := $(shell go version | awk '{ print $$3}' | sed 's/^go//')
66
FMT_OPTIONS := -x '**/testdata' -x site/themes -x '.vscode/*' -x dist -t jsonnet -t json -t yaml

0 commit comments

Comments
 (0)