Skip to content

Commit

Permalink
[release] 0.30.0
Browse files Browse the repository at this point in the history
  • Loading branch information
shonfeder committed Oct 31, 2022
1 parent 95eebcd commit 53eb7aa
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions RELEASE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
## 0.30.0 - 2022-10-31

### Breaking changes

- The format of parsing error outputs has been changed. Parsing error messages that used to be prefixed with `Error by TLA+ parser` are now prefixed with `Parsing error` and error messages that used to begin with `Syntax error in annotation:` will now also include the `Parsing error` prefix. This is being recorded as a breaking change since it could break scripts that rely on parsing stdout. (See #2204 and #2242.)

### Features

- Return JSON with success or failure data from RPC calls to the CmdExecutor service (see #2186).

### Bug fixes

- Write the SMT log also to a custom rundir specified with `--run-dir=`, see #2208
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.29.3-SNAPSHOT
0.30.0

0 comments on commit 53eb7aa

Please sign in to comment.