Skip to content

Commit ae161b1

Browse files
authored
kore-0.51.0.0 (#2774)
1 parent ee80293 commit ae161b1

File tree

3 files changed

+23
-2
lines changed

3 files changed

+23
-2
lines changed

kore/CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,27 @@ All notable changes to this project will be documented in this file.
1414

1515
### Fixed
1616

17+
## [0.51.0.0] - 2021-07-28
18+
19+
### Added
20+
21+
- Added log `DebugBeginClaim` (#2682).
22+
- CL option for proving: maximum number of counterexamples (#2648).
23+
- `kore-repl`: option to turn on one-line logs (#2726).
24+
- Relicensing to BSD-3-Clause (PR #2742).
25+
- New (minor) matching case for AC structures (PR #2738).
26+
27+
### Changed
28+
29+
- Changed `DebugClaimState` to `DebugTransition` (#2682).
30+
31+
### Fixed
32+
33+
- Fixed bug in Bool unification (#2695).
34+
- Symbolic execution: don't crash when configuration starts as #Bottom (#2765).
35+
- Fixed substitution application during claim simplification (#2740).
36+
- Fixes looping behavior in the simplifier (#2570).
37+
1738
## [0.49.0.0] - 2021-06-30
1839

1940
### Added

kore/kore.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cabal-version: 2.2
22
name: kore
3-
version: 0.49.0.0
3+
version: 0.51.0.0
44
description: Please see the [README](README.md) file.
55
category: Language
66
homepage: https://github.com/kframework/kore#readme

nix/kore.nix.d/kore.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
flags = { release = false; threaded = true; };
1212
package = {
1313
specVersion = "2.2";
14-
identifier = { name = "kore"; version = "0.49.0.0"; };
14+
identifier = { name = "kore"; version = "0.51.0.0"; };
1515
license = "BSD-3-Clause";
1616
copyright = "2018-2021 Runtime Verification Inc";
1717
maintainer = "[email protected]";

0 commit comments

Comments
 (0)