Skip to content

Commit

Permalink
update changelog, up version
Browse files Browse the repository at this point in the history
  • Loading branch information
gotwarlost committed Sep 11, 2021
1 parent a473ea2 commit 5508c45
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
Changelog
---

## v0.14.8 (Sep 11, 2021)

* Expose data source creation in the VM implementation for public use

## v0.14.7 (Sep 9, 2021)

* Expose VM implementation as a publicly consumable library
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
include Makefile.tools

VERSION := 0.14.7
VERSION := 0.14.8
SHORT_COMMIT := $(shell git rev-parse --short HEAD 2>/dev/null || echo dev)
GO_VERSION := $(shell go version | awk '{ print $$3}' | sed 's/^go//')
FMT_OPTIONS := -x '**/testdata' -x site/themes -t jsonnet -t json -t yaml
Expand Down

0 comments on commit 5508c45

Please sign in to comment.