Skip to content

Commit 803b986

Browse files
authored
kore-0.36.0.0 (#2308)
1 parent 2e1a306 commit 803b986

File tree

4 files changed

+27
-3
lines changed

4 files changed

+27
-3
lines changed

kore/CHANGELOG.md

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

1515
### Fixed
1616

17+
## [0.36.0.0] - 2020-12-09
18+
19+
### Added
20+
21+
- Added option `--error-entries` to turn any log entry into an error. (#2285)
22+
23+
### Changed
24+
25+
- `krun` always prints fully-simplified states. (#2299)
26+
- `kore-exec` sends terms to the SMT solver if it can infer dynamically that
27+
they are defined at runtime. (#2287)
28+
- The `kore-parser` options `--no-print-definition` and `--no-print-pattern` are
29+
now the default. (#2264)
30+
31+
### Deprecated
32+
33+
### Removed
34+
35+
### Fixed
36+
37+
- The performance of the parser is significantly improved. (#2189)
38+
- `kore-parser` prints a helpful error message if the `--module` option is
39+
omitted where it is required. (#2254)
40+
1741
## [0.35.0.0] - 2020-11-30
1842

1943
### Added

kore/kore.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ cabal-version: 2.2
55
-- see: https://github.com/sol/hpack
66

77
name: kore
8-
version: 0.35.0.0
8+
version: 0.36.0.0
99
description: Please see the [README](README.md) file.
1010
category: Language
1111
homepage: https://github.com/kframework/kore#readme

kore/package.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: kore
2-
version: 0.35.0.0
2+
version: 0.36.0.0
33
github: "kframework/kore"
44
license: NCSA
55
license-file: LICENSE

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.35.0.0"; };
14+
identifier = { name = "kore"; version = "0.36.0.0"; };
1515
license = "NCSA";
1616
copyright = "2018-2020 Runtime Verification Inc";
1717
maintainer = "[email protected]";

0 commit comments

Comments
 (0)