Skip to content

Commit 24015b1

Browse files
authored
kore-0.33.0.0 (#2232)
1 parent 7ecea69 commit 24015b1

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
lines changed

kore/CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,28 @@ All notable changes to this project will be documented in this file.
1414

1515
### Fixed
1616

17+
## [0.33.0.0] - 2020-10-29
18+
19+
### Added
20+
21+
- The `--solver-reset-interval` option allows the user to specify how often the
22+
SMT solver will be reset. (#2207)
23+
- Conditions quantified by `\forall` are sent to the SMT solver. (#2183)
24+
25+
### Changed
26+
27+
- Failing queries to the SMT solver are retried once, after resetting the
28+
solver. (#2208)
29+
- The `--save-proofs` option is always effective, even when all claims are
30+
successfully proven. (#2183)
31+
- The `--strategy all` option is now the default, instead of `--strategy any`.
32+
(#2204)
33+
34+
### Removed
35+
36+
- The `--strategy any-heating-cooling` and `--strategy all-heating-cooling`
37+
options are removed. (#2204)
38+
1739
## [0.32.0.0] - 2020-10-15
1840

1941
### Changed

kore/package.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: kore
2-
version: 0.32.0.0
2+
version: 0.33.0.0
33
github: "kframework/kore"
44
license: NCSA
55
license-file: LICENSE

0 commit comments

Comments
 (0)