diff --git a/build.sc b/build.sc index 71c634a7..f87ad872 100644 --- a/build.sc +++ b/build.sc @@ -1,5 +1,5 @@ import mill._, scalalib._, publish._, scalajslib._, scalanativelib._, scalanativelib.api._ -val sjsonnetVersion = "0.4.9" +val sjsonnetVersion = "0.4.10" object sjsonnet extends Cross[SjsonnetModule]("2.12.13", "2.13.4") class SjsonnetModule(val crossScalaVersion: String) extends Module { diff --git a/readme.md b/readme.md index 4dbdef7a..5d214e8e 100644 --- a/readme.md +++ b/readme.md @@ -280,6 +280,11 @@ to ensure the output bytecode remains compatible with users on older JVMs. ## Changelog +### 0.4.10 + +- Implement `std.get` [#202](https://github.com/databricks/sjsonnet/pull/202), + `std.all` and `std.any` [#203](https://github.com/databricks/sjsonnet/pull/203) + ### 0.4.9 - Switch from CRC32 to XXHash64 for import cache keys [#198](https://github.com/databricks/sjsonnet/pull/198)