Skip to content

Commit 9bf4b48

Browse files
bump version
1 parent 1c95664 commit 9bf4b48

3 files changed

Lines changed: 5 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## 0.5.10
2+
* Make sure --broken-assertion-logic is set in SjsonnetMain.
3+
14
## 0.5.9
25
* Add more cases to handle properly when --broken-assertion-logic is set
36

sjsonnet/src-jvm-native/sjsonnet/SjsonnetMainBase.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,7 @@ object SjsonnetMainBase {
285285
settings = new Settings(
286286
preserveOrder = config.preserveOrder.value,
287287
strict = config.strict.value,
288-
throwErrorForInvalidSets = config.throwErrorForInvalidSets.value
288+
throwErrorForInvalidSets = config.throwErrorForInvalidSets.value,
289289
brokenAssertionLogic = config.brokenAssertionLogic.value
290290
),
291291
storePos = (position: Position) => if (config.yamlDebug.value) currentPos = position else (),

sjsonnet/version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.5.9
1+
0.5.10

0 commit comments

Comments
 (0)