Skip to content

Commit

Permalink
kore-0.58.0.0 (#2922)
Browse files Browse the repository at this point in the history
  • Loading branch information
ana-pantilie authored Nov 19, 2021
1 parent cfca64b commit 54dba7b
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 2 deletions.
19 changes: 19 additions & 0 deletions kore/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,25 @@ All notable changes to this project will be documented in this file.

### Fixed

## [0.58.0.0] - 2021-11-19

### Added

- Add error log entries to `kore-check-functions` (#2881).

### Changed

- Change severity of log entry regarding retried Z3 queries to `debug` (#2888).

### Removed

- Remove support for old equation encoding (#2889).

### Fixed

- Fix substitution application when simplifying claims (#2828).
- Add upper bound to `Condition` simplification loop (#2878).

## [0.55.0.0] - 2021-10-11

### Added
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.55.0.0
version: 0.58.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.55.0.0"; };
identifier = { name = "kore"; version = "0.58.0.0"; };
license = "BSD-3-Clause";
copyright = "2018-2021 Runtime Verification Inc";
maintainer = "[email protected]";
Expand Down

0 comments on commit 54dba7b

Please sign in to comment.