Skip to content

Commit da3680f

Browse files
authored
kore-0.43.0.0 (#2536)
1 parent 2076934 commit da3680f

File tree

4 files changed

+16
-4
lines changed

4 files changed

+16
-4
lines changed

kore/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,18 @@ All notable changes to this project will be documented in this file.
1414

1515
### Fixed
1616

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+
1729
## [0.42.0.0] - 2021-03-17
1830

1931
### Added

kore/kore.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ cabal-version: 2.2
44
--
55
-- see: https://github.com/sol/hpack
66
--
7-
-- hash: 987c8eba0801b2d40615c78bad291097d223af0845a513e29303d8e2b0696d82
7+
-- hash: f7eb4577a81f3a9b7759a67e834857b723c75a0dc3239d20aa90ec926737feda
88

99
name: kore
10-
version: 0.42.0.0
10+
version: 0.43.0.0
1111
description: Please see the [README](README.md) file.
1212
category: Language
1313
homepage: https://github.com/kframework/kore#readme

kore/package.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: kore
2-
version: 0.42.0.0
2+
version: 0.43.0.0
33
github: "kframework/kore"
44
license: NCSA
55
license-file: LICENSE

nix/kore.nix.d/kore.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
flags = { release = false; threaded = true; };
1212
package = {
1313
specVersion = "2.2";
14-
identifier = { name = "kore"; version = "0.42.0.0"; };
14+
identifier = { name = "kore"; version = "0.43.0.0"; };
1515
license = "NCSA";
1616
copyright = "2018-2020 Runtime Verification Inc";
1717
maintainer = "[email protected]";

0 commit comments

Comments
 (0)