Skip to content

Commit

Permalink
kore-0.47.0.0 (#2656)
Browse files Browse the repository at this point in the history
  • Loading branch information
ttuegel authored Jun 3, 2021
1 parent effb361 commit 4edbb83
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 2 deletions.
18 changes: 18 additions & 0 deletions kore/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,24 @@ All notable changes to this project will be documented in this file.

### Fixed

## [0.47.0.0] - 2021-06-02

### Added

- The hook `KEQUALS.neq` eagerly returns `false` when two symbolic patterns are
equal. (#2634)
- The hooks `BYTES.decodeBytes` and `BYTES.encodeBytes` are implemented. (#2619)
- The warning `WarnIfLowProductivity` indicates the definition where the warning
occurred. (#2594)
- `kore-repl` records effect-ful commands from the current session when it
saves a bug report. (#2614)

### Fixed

- The definitions of functions in `prelude.kore` are rewritten in the format
expected by the LLVM backend. (#2629)
- `\next` is correctly distributed over `\or` during simplification. (#2608)

## [0.45.0.0] - 2021-05-10

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion kore/kore.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cabal-version: 2.2
name: kore
version: 0.45.0.0
version: 0.47.0.0
description: Please see the [README](README.md) file.
category: Language
homepage: https://github.com/kframework/kore#readme
Expand Down
2 changes: 1 addition & 1 deletion nix/kore.nix.d/kore.nix
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
flags = { release = false; threaded = true; };
package = {
specVersion = "2.2";
identifier = { name = "kore"; version = "0.45.0.0"; };
identifier = { name = "kore"; version = "0.47.0.0"; };
license = "NCSA";
copyright = "2018-2021 Runtime Verification Inc";
maintainer = "thomas.tuegel@runtimeverification.com";
Expand Down

0 comments on commit 4edbb83

Please sign in to comment.