Skip to content

Commit e0fedde

Browse files
authored
kore-0.55.0.0 (#2873)
1 parent 395b9ec commit e0fedde

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-2
lines changed

kore/CHANGELOG.md

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

1515
### Fixed
1616

17+
## [0.55.0.0] - 2021-10-11
18+
19+
### Added
20+
21+
- Add `oneLineDoc` implementations to all existing `Entry` instances (#2781).
22+
- Cache the results of equation application (#2321).
23+
- Parses multi-argument `\\or` with `\\left-assoc` and `\\right-assoc` (#2833).
24+
25+
### Fixed
26+
27+
- Fix bug which lost `Proven` states (#2786).
28+
- `graph` command does not crash `kore-repl` on MacOS (#2817).
29+
- Fix bug related to equation application (#2785, #2849, #2793).
30+
1731
## [0.53.0.0] - 2021-09-08
1832

1933
### 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.53.0.0
3+
version: 0.55.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.53.0.0"; };
14+
identifier = { name = "kore"; version = "0.55.0.0"; };
1515
license = "BSD-3-Clause";
1616
copyright = "2018-2021 Runtime Verification Inc";
1717
maintainer = "[email protected]";

0 commit comments

Comments
 (0)