Skip to content

Commit

Permalink
kore-0.45.0.0 (#2609)
Browse files Browse the repository at this point in the history
  • Loading branch information
ttuegel authored May 10, 2021
1 parent 8cf981d commit 9ef9184
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions kore/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,18 @@ All notable changes to this project will be documented in this file.

### Fixed

## [0.45.0.0] - 2021-05-10

### Fixed

- The hook `STRING.string2base` remains unevaluated where it is not implemented.
(#2546)
- The backend no longer crashes when it unparses internal representations of
certain terms. (#2494)
- The backend no longer crashes when it rewrites with a rule where the
right-hand side is `\bottom`. (#2561)
- The backend accepts groups of equations containing `owise` rules. (#2523)

## [0.44.0.0] - 2021-04-22

### 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.44.0.0
version: 0.45.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.44.0.0"; };
identifier = { name = "kore"; version = "0.45.0.0"; };
license = "NCSA";
copyright = "2018-2021 Runtime Verification Inc";
maintainer = "thomas.tuegel@runtimeverification.com";
Expand Down

0 comments on commit 9ef9184

Please sign in to comment.