Releases: yugui/ruby-jsonnet
Releases · yugui/ruby-jsonnet
v0.6.0
v0.5.2
v0.5.1
What's Changed
- Fix linux build by @phurley67 in #30
New Contributors
- @phurley67 made their first contribution in #30
Full Changelog: v0.5.0...v0.5.1
v0.5.0
What's Changed
- Update default jsonnet version to v0.18.0 (by @JamesForsee in #25)
- Stop using
Data
class that is being deprecated (by @yugui in #27)- Now
Jsonnet::VM
class derives fromObject
instead ofData
.
- Now
New Contributors
- @JamesForsee made their first contribution in #25
Full Changelog: v0.4.0...v0.5.0
v0.4.0
v0.3.0
Changes
- Update bundled jsonnet from 0.9.4 to v0.10.0.