Skip to content

Commit

Permalink
0.4.10
Browse files Browse the repository at this point in the history
  • Loading branch information
lihaoyi-databricks committed Apr 23, 2024
1 parent 5a1e7d6 commit 3823f92
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion build.sc
Original file line number Diff line number Diff line change
@@ -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 {
Expand Down
5 changes: 5 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 3823f92

Please sign in to comment.