File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 1
1
Changelog
2
2
---
3
3
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
+
4
9
## v0.14.6 (Aug 16, 2021)
5
10
6
11
* Add a ` renderYaml ` native function to the qbec VM to generate YAML output compatible with ` qbec fmt ` . If this native
Original file line number Diff line number Diff line change 1
1
include Makefile.tools
2
2
3
- VERSION := 0.14.6
3
+ VERSION := 0.14.7
4
4
SHORT_COMMIT := $(shell git rev-parse --short HEAD 2>/dev/null || echo dev)
5
5
GO_VERSION := $(shell go version | awk '{ print $$3}' | sed 's/^go//')
6
6
FMT_OPTIONS := -x '**/testdata' -x site/themes -t jsonnet -t json -t yaml
You can’t perform that action at this time.
0 commit comments