From 3823f9246ccd4f7a34c8215810f902748976e9a3 Mon Sep 17 00:00:00 2001 From: Li Haoyi Date: Tue, 23 Apr 2024 16:34:43 -0700 Subject: [PATCH] 0.4.10 --- build.sc | 2 +- readme.md | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) 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)