File tree Expand file tree Collapse file tree 4 files changed +16
-4
lines changed Expand file tree Collapse file tree 4 files changed +16
-4
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.
14
14
15
15
### Fixed
16
16
17
+ ## [ 0.43.0.0] - 2021-04-07
18
+
19
+ ### Changed
20
+
21
+ - ` kore-repl ` displays error messages in a user-friendly format. (#2514 )
22
+
23
+ ### Fixed
24
+
25
+ - Several performance regressions are fixed. (#2504 , #2510 )
26
+ - The backend does not report an error when unifying a Set- or Map-valued
27
+ function with another term. (#2493 )
28
+
17
29
## [ 0.42.0.0] - 2021-03-17
18
30
19
31
### Added
Original file line number Diff line number Diff line change @@ -4,10 +4,10 @@ cabal-version: 2.2
4
4
--
5
5
-- see: https://github.com/sol/hpack
6
6
--
7
- -- hash: 987c8eba0801b2d40615c78bad291097d223af0845a513e29303d8e2b0696d82
7
+ -- hash: f7eb4577a81f3a9b7759a67e834857b723c75a0dc3239d20aa90ec926737feda
8
8
9
9
name : kore
10
- version : 0.42 .0.0
10
+ version : 0.43 .0.0
11
11
description : Please see the [README](README.md) file.
12
12
category : Language
13
13
homepage : https://github.com/kframework/kore#readme
Original file line number Diff line number Diff line change 1
1
name : kore
2
- version : 0.42 .0.0
2
+ version : 0.43 .0.0
3
3
github : " kframework/kore"
4
4
license : NCSA
5
5
license-file : LICENSE
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.42 .0.0" ; } ;
14
+ identifier = { name = "kore" ; version = "0.43 .0.0" ; } ;
15
15
license = "NCSA" ;
16
16
copyright = "2018-2020 Runtime Verification Inc" ;
17
17
You can’t perform that action at this time.
0 commit comments