Skip to content

Commit d1c1457

Browse files
committed
Release v0.16.0
1 parent 2824579 commit d1c1457

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

MANIFEST.in

+7-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1-
include vm.go
1+
include *.go
2+
graft internal
3+
graft ast
4+
graft toolutils
5+
graft astgen
26
include cpp-jsonnet/include/libjsonnet.h
7+
include go.mod
8+
include go.sum
39
graft c-bindings

vm.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ const (
125125
)
126126

127127
// version is the current gojsonnet's version
128-
const version = "v0.15.0"
128+
const version = "v0.16.0"
129129

130130
// Evaluate evaluates a Jsonnet program given by an Abstract Syntax Tree
131131
// and returns serialized JSON as string.

0 commit comments

Comments
 (0)