Skip to content

Commit 4edbb83

Browse files
authored
kore-0.47.0.0 (#2656)
1 parent effb361 commit 4edbb83

File tree

3 files changed

+20
-2
lines changed

3 files changed

+20
-2
lines changed

kore/CHANGELOG.md

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

1515
### Fixed
1616

17+
## [0.47.0.0] - 2021-06-02
18+
19+
### Added
20+
21+
- The hook `KEQUALS.neq` eagerly returns `false` when two symbolic patterns are
22+
equal. (#2634)
23+
- The hooks `BYTES.decodeBytes` and `BYTES.encodeBytes` are implemented. (#2619)
24+
- The warning `WarnIfLowProductivity` indicates the definition where the warning
25+
occurred. (#2594)
26+
- `kore-repl` records effect-ful commands from the current session when it
27+
saves a bug report. (#2614)
28+
29+
### Fixed
30+
31+
- The definitions of functions in `prelude.kore` are rewritten in the format
32+
expected by the LLVM backend. (#2629)
33+
- `\next` is correctly distributed over `\or` during simplification. (#2608)
34+
1735
## [0.45.0.0] - 2021-05-10
1836

1937
### Fixed

kore/kore.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cabal-version: 2.2
22
name: kore
3-
version: 0.45.0.0
3+
version: 0.47.0.0
44
description: Please see the [README](README.md) file.
55
category: Language
66
homepage: https://github.com/kframework/kore#readme

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.45.0.0"; };
14+
identifier = { name = "kore"; version = "0.47.0.0"; };
1515
license = "NCSA";
1616
copyright = "2018-2021 Runtime Verification Inc";
1717
maintainer = "[email protected]";

0 commit comments

Comments
 (0)