Commit f05bf28
committed
chore: raise the openjd-model floor to 0.11.6
0.11.6 is the first openjd-model release that accepts an environment
defining only `onExit` (openjd-model 5b9c661, released in f7ca58f). This
package enters and exits environments handed to it by a caller, so a
template the model previously rejected at validation is one it can now be
given. 0.11.5 carried only an openjd-rs crate dependency bump.
The upper bound is unchanged: 0.11.6 is the newest release and `< 0.12`
still holds.
BREAKING CHANGE: `extra_let_bindings` was removed from
`Session.enter_environment`, `Session.exit_environment` and
`Session.run_task` in #357 (457a364). It was public in 0.11.0, so the
removal is backwards incompatible for the public API. That squash commit
landed without this footer, so semantic-release would otherwise cut the
removal as a patch and anyone pinned `~=0.11.0` would pick it up. Callers
should deliver step-scope EXPR `let` values through `resolved_symtab`
instead. Per the README's versioning policy this bumps MINOR (0.12.0);
`major_on_zero = false` keeps it inside 0.x.
Signed-off-by: David Leong <116610336+leongdl@users.noreply.github.com>1 parent 457a364 commit f05bf28
1 file changed
Lines changed: 11 additions & 8 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
35 | | - | |
36 | | - | |
37 | | - | |
38 | | - | |
39 | | - | |
40 | | - | |
41 | | - | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
42 | 45 | | |
43 | 46 | | |
44 | 47 | | |
| |||
0 commit comments