File tree 3 files changed +15
-2
lines changed
3 files changed +15
-2
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,19 @@ All notable changes to this project will be documented in this file.
14
14
15
15
### Fixed
16
16
17
+ ## [ 0.60.0.0] - 2021-12-17
18
+
19
+ ### Added
20
+
21
+ - Support defining additional axioms in spec module (#2930 ).
22
+ - Add --simplifierx CL switch for enabling experimental simplifier (#2939 ).
23
+ - Kore-repl: add no. of nodes on dotted edges in graph visualizer (#2902 ).
24
+
25
+ ### Fixed
26
+
27
+ - Use matching instead of unification when doing search (#2879 ).
28
+ - Kore-repl: if piped commands fail do not crash (#2940 ).
29
+
17
30
## [ 0.58.0.0] - 2021-11-19
18
31
19
32
### Added
Original file line number Diff line number Diff line change 1
1
cabal-version : 2.2
2
2
name : kore
3
- version : 0.58 .0.0
3
+ version : 0.60 .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.58 .0.0" ; } ;
14
+ identifier = { name = "kore" ; version = "0.60 .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