File tree Expand file tree Collapse file tree 3 files changed +23
-2
lines changed Expand file tree Collapse file tree 3 files changed +23
-2
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,27 @@ All notable changes to this project will be documented in this file.
14
14
15
15
### Fixed
16
16
17
+ ## [ 0.51.0.0] - 2021-07-28
18
+
19
+ ### Added
20
+
21
+ - Added log ` DebugBeginClaim ` (#2682 ).
22
+ - CL option for proving: maximum number of counterexamples (#2648 ).
23
+ - ` kore-repl ` : option to turn on one-line logs (#2726 ).
24
+ - Relicensing to BSD-3-Clause (PR #2742 ).
25
+ - New (minor) matching case for AC structures (PR #2738 ).
26
+
27
+ ### Changed
28
+
29
+ - Changed ` DebugClaimState ` to ` DebugTransition ` (#2682 ).
30
+
31
+ ### Fixed
32
+
33
+ - Fixed bug in Bool unification (#2695 ).
34
+ - Symbolic execution: don't crash when configuration starts as #Bottom (#2765 ).
35
+ - Fixed substitution application during claim simplification (#2740 ).
36
+ - Fixes looping behavior in the simplifier (#2570 ).
37
+
17
38
## [ 0.49.0.0] - 2021-06-30
18
39
19
40
### Added
Original file line number Diff line number Diff line change 1
1
cabal-version : 2.2
2
2
name : kore
3
- version : 0.49 .0.0
3
+ version : 0.51 .0.0
4
4
description : Please see the [README](README.md) file.
5
5
category : Language
6
6
homepage : https://github.com/kframework/kore#readme
Original file line number Diff line number Diff line change 11
11
flags = { release = false ; threaded = true ; } ;
12
12
package = {
13
13
specVersion = "2.2" ;
14
- identifier = { name = "kore" ; version = "0.49 .0.0" ; } ;
14
+ identifier = { name = "kore" ; version = "0.51 .0.0" ; } ;
15
15
license = "BSD-3-Clause" ;
16
16
copyright = "2018-2021 Runtime Verification Inc" ;
17
17
You can’t perform that action at this time.
0 commit comments