Skip to content

kore-0.45.0.0 #2609

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 10, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 = "[email protected]";
Expand Down