Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[release] 0.29.0 #2152

Merged
merged 2 commits into from
Sep 6, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions .unreleased/breaking-changes/1177-config-format.md

This file was deleted.

2 changes: 0 additions & 2 deletions .unreleased/breaking-changes/2091-imprecise-records.md

This file was deleted.

This file was deleted.

2 changes: 0 additions & 2 deletions .unreleased/features/1177-cli-configs.md

This file was deleted.

3 changes: 0 additions & 3 deletions .unreleased/features/2040-multi-invs-and-temporals.md

This file was deleted.

2 changes: 0 additions & 2 deletions .unreleased/features/2102-polytypes-precision.md

This file was deleted.

2 changes: 0 additions & 2 deletions .unreleased/features/2134-cfg-dump-on-debug.md

This file was deleted.

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

## 0.29.0 - 2022-09-06

### Breaking changes

- Invalid configuration keys found in configuration sources (e.g., `apalache.cfg` files) will now produce a configuration error on load (see #2125).
- The structure of the apalache.cfg has changed. All configuration keys that were previously supported have been moved under the `common` key. You can update your config files by prefixing each key from the previous versions with `commong.key-name`. For an example config file, see https://apalache.informal.systems/docs/apalache/config.html#file-format-and-supported-parameters. See #2065.
- Introduce --features=no-rows for the old record syntax and switch to `--features=rows` by default

### Features

- The application configuration is now dumped into the `run-dir` when the `--debug` flag is supplied (see #2134).
- All CLI parameters can now be configured via `apalache.cfg` files. See #2065 and documentation to follow.
- From now on, the type checker reports an error, when the inferred type is more specific than the annotated type, see #2109.
- The options `--init` and `--temporal` can now be given lists of names separated by commas, enabling users to check multiple invariants and temporal properties via the CLI (see #2074).

## 0.28.0 - 2022-08-15

### Breaking changes
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.28.1-SNAPSHOT
0.29.1-SNAPSHOT