Skip to content

Commit b996531

Browse files
authored
kore-0.38.0.0 (#2364)
1 parent a029216 commit b996531

File tree

4 files changed

+28
-4
lines changed

4 files changed

+28
-4
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.38.0.0] - 2021-01-24
18+
19+
### Added
20+
21+
- Add profiling traces for rewriting and simplification during ordinary
22+
execution. (#2331)
23+
24+
### Changed
25+
26+
- Apply symbolic simplification rules to hook `KEQUAL.eq` under `\and` and
27+
`\equals`. (#2346)
28+
- Include `result.kore` in output with `--bug-report`. (#2018)
29+
- Predicates have a distinguished internal representation. (#2099)
30+
- Unification problems in the argument positions of equations are solved during
31+
initialization. (#2326)
32+
33+
### Fixed
34+
35+
- `kore-repl` no longer reports all remaining states (after rewriting) as stuck.
36+
(#2335)
37+
- The bounded model checker returns `\top` when the property holds up to the
38+
specified bound, but emits a warning if the bound was reached before execution
39+
finished. (#2342)
40+
1741
## [0.37.0.0] - 2021-01-07
1842

1943
### Added

kore/kore.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ cabal-version: 2.2
44
--
55
-- see: https://github.com/sol/hpack
66
--
7-
-- hash: 14a9c3fb13f5926dbd7132316a785e05c02d496c072bab9f8bd7533b1cbc8d41
7+
-- hash: 31c0153b51498e9307cfa8992158de791fb8824f02b0c299f2e0b5dd9a03eab8
88

99
name: kore
10-
version: 0.37.0.0
10+
version: 0.38.0.0
1111
description: Please see the [README](README.md) file.
1212
category: Language
1313
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.37.0.0
2+
version: 0.38.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.37.0.0"; };
14+
identifier = { name = "kore"; version = "0.38.0.0"; };
1515
license = "NCSA";
1616
copyright = "2018-2020 Runtime Verification Inc";
1717
maintainer = "[email protected]";

0 commit comments

Comments
 (0)