Skip to content

Commit

Permalink
Bump version to 0.30.1-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
shonfeder committed Oct 24, 2022
1 parent 27310f4 commit 1101a6a
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 23 deletions.
6 changes: 0 additions & 6 deletions .unreleased/breaking-changes/2199-parse-error-output.md

This file was deleted.

1 change: 0 additions & 1 deletion .unreleased/bug-fixes/smt-log-to-custom-rundir.md

This file was deleted.

2 changes: 0 additions & 2 deletions .unreleased/features/2186-rpc-data.md

This file was deleted.

14 changes: 14 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,20 @@
<!-- NOTE: This file is generated. Do not write release notes here.
Notes for unreleased changes go in the .unreleased/ directory. -->

## 0.30.0 - 2022-10-24

### 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

## 0.29.2 - 2022-09-26

### Features
Expand Down
13 changes: 0 additions & 13 deletions RELEASE.md

This file was deleted.

2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.30.0
0.30.1-SNAPSHOT

0 comments on commit 1101a6a

Please sign in to comment.