Skip to content

Commit 96d3a2d

Browse files
authored
kore-0.40.0.0 (#2412)
1 parent 3414353 commit 96d3a2d

File tree

4 files changed

+15
-4
lines changed

4 files changed

+15
-4
lines changed

kore/CHANGELOG.md

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

1515
### Fixed
1616

17+
## [0.40.0.0] - 2021-02-17
18+
19+
### Fixed
20+
21+
- When a function equation is rejected for having the wrong form, the source
22+
location of the rule is displayed. (#2408)
23+
- When a function cannot be evaluated because it was not given any rules, the
24+
source location of the function declaration is displayed. (#2377)
25+
- When the proof of a reachability claim is stuck, the source location of the
26+
original claim is displayed. (#2377)
27+
1728
## [0.39.0.0] - 2021-02-04
1829

1930
### 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: 999e1c394d84530678f479451e3ecface6622df87771c72c3aa313a406716b15
7+
-- hash: 3d55d4e48de30558077ae922d1e28eb952053eba723c498c6844dbb35e799899
88

99
name: kore
10-
version: 0.39.0.0
10+
version: 0.40.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.39.0.0
2+
version: 0.40.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.39.0.0"; };
14+
identifier = { name = "kore"; version = "0.40.0.0"; };
1515
license = "NCSA";
1616
copyright = "2018-2020 Runtime Verification Inc";
1717
maintainer = "[email protected]";

0 commit comments

Comments
 (0)