Skip to content

Commit 781ceea

Browse files
committed
add changelog, update version
1 parent fd0302a commit 781ceea

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

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

4+
## v0.14.7 (Sep 9, 2021)
5+
6+
* Expose VM implementation as a publicly consumable library
7+
* Change `params.jsonnet` created by `qbec init` to automatically pull environment files using the glob importer (thanks to @kvaps)
8+
49
## v0.14.6 (Aug 16, 2021)
510

611
* Add a `renderYaml` native function to the qbec VM to generate YAML output compatible with `qbec fmt`. If this native

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.14.6
3+
VERSION := 0.14.7
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 -t jsonnet -t json -t yaml

0 commit comments

Comments
 (0)