Skip to content
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
13 changes: 13 additions & 0 deletions kore/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,19 @@ All notable changes to this project will be documented in this file.

### Fixed

## [0.60.0.0] - 2021-12-17

### Added

- Support defining additional axioms in spec module (#2930).
- Add --simplifierx CL switch for enabling experimental simplifier (#2939).
- Kore-repl: add no. of nodes on dotted edges in graph visualizer (#2902).

### Fixed

- Use matching instead of unification when doing search (#2879).
- Kore-repl: if piped commands fail do not crash (#2940).

## [0.58.0.0] - 2021-11-19

### 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.58.0.0
version: 0.60.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.58.0.0"; };
identifier = { name = "kore"; version = "0.60.0.0"; };
license = "BSD-3-Clause";
copyright = "2018-2021 Runtime Verification Inc";
maintainer = "ana.pantilie@runtimeverification.com";
Expand Down