We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8edc94e commit c000051Copy full SHA for c000051
kore/CHANGELOG.md
@@ -14,6 +14,17 @@ All notable changes to this project will be documented in this file.
14
15
### Fixed
16
17
+## [0.30.0.0] - 2020-09-18
18
+
19
+### Changed
20
21
+- The prover halts if the SMT solver returns `unknown`. (#2072)
22
23
+### Fixed
24
25
+- Function evaluation returns a result after the first equation which
26
+ applies. (#1146)
27
28
## [0.29.0.0] - 2020-09-04
29
30
### Added
kore/package.yaml
@@ -1,5 +1,5 @@
1
name: kore
2
-version: 0.29.0.0
+version: 0.30.0.0
3
github: "kframework/kore"
4
license: NCSA
5
license-file: LICENSE
0 commit comments