Skip to content

Commit

Permalink
kore-0.33.0.0 (#2232)
Browse files Browse the repository at this point in the history
  • Loading branch information
ttuegel authored Oct 29, 2020
1 parent 7ecea69 commit 24015b1
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
22 changes: 22 additions & 0 deletions kore/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,28 @@ All notable changes to this project will be documented in this file.

### Fixed

## [0.33.0.0] - 2020-10-29

### Added

- The `--solver-reset-interval` option allows the user to specify how often the
SMT solver will be reset. (#2207)
- Conditions quantified by `\forall` are sent to the SMT solver. (#2183)

### Changed

- Failing queries to the SMT solver are retried once, after resetting the
solver. (#2208)
- The `--save-proofs` option is always effective, even when all claims are
successfully proven. (#2183)
- The `--strategy all` option is now the default, instead of `--strategy any`.
(#2204)

### Removed

- The `--strategy any-heating-cooling` and `--strategy all-heating-cooling`
options are removed. (#2204)

## [0.32.0.0] - 2020-10-15

### Changed
Expand Down
2 changes: 1 addition & 1 deletion kore/package.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: kore
version: 0.32.0.0
version: 0.33.0.0
github: "kframework/kore"
license: NCSA
license-file: LICENSE
Expand Down

0 comments on commit 24015b1

Please sign in to comment.