File tree Expand file tree Collapse file tree 3 files changed +14
-2
lines changed Expand file tree Collapse file tree 3 files changed +14
-2
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,18 @@ All notable changes to this project will be documented in this file.
1414
1515### Fixed
1616
17+ ## [ 0.45.0.0] - 2021-05-10
18+
19+ ### Fixed
20+
21+ - The hook ` STRING.string2base ` remains unevaluated where it is not implemented.
22+ (#2546 )
23+ - The backend no longer crashes when it unparses internal representations of
24+ certain terms. (#2494 )
25+ - The backend no longer crashes when it rewrites with a rule where the
26+ right-hand side is ` \bottom ` . (#2561 )
27+ - The backend accepts groups of equations containing ` owise ` rules. (#2523 )
28+
1729## [ 0.44.0.0] - 2021-04-22
1830
1931### Fixed
Original file line number Diff line number Diff line change 11cabal-version : 2.2
22name : kore
3- version : 0.44 .0.0
3+ version : 0.45 .0.0
44description : Please see the [README](README.md) file.
55category : Language
66homepage : https://github.com/kframework/kore#readme
Original file line number Diff line number Diff line change 1111 flags = { release = false ; threaded = true ; } ;
1212 package = {
1313 specVersion = "2.2" ;
14- identifier = { name = "kore" ; version = "0.44 .0.0" ; } ;
14+ identifier = { name = "kore" ; version = "0.45 .0.0" ; } ;
1515 license = "NCSA" ;
1616 copyright = "2018-2021 Runtime Verification Inc" ;
1717 maintainer = "thomas.tuegel@runtimeverification.com" ;
You can’t perform that action at this time.
0 commit comments