Skip to content

Commit

Permalink
kore-0.36.0.0 (#2308)
Browse files Browse the repository at this point in the history
  • Loading branch information
ttuegel authored Dec 10, 2020
1 parent 2e1a306 commit 803b986
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 3 deletions.
24 changes: 24 additions & 0 deletions kore/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,30 @@ All notable changes to this project will be documented in this file.

### Fixed

## [0.36.0.0] - 2020-12-09

### Added

- Added option `--error-entries` to turn any log entry into an error. (#2285)

### Changed

- `krun` always prints fully-simplified states. (#2299)
- `kore-exec` sends terms to the SMT solver if it can infer dynamically that
they are defined at runtime. (#2287)
- The `kore-parser` options `--no-print-definition` and `--no-print-pattern` are
now the default. (#2264)

### Deprecated

### Removed

### Fixed

- The performance of the parser is significantly improved. (#2189)
- `kore-parser` prints a helpful error message if the `--module` option is
omitted where it is required. (#2254)

## [0.35.0.0] - 2020-11-30

### Added
Expand Down
2 changes: 1 addition & 1 deletion kore/kore.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ cabal-version: 2.2
-- see: https://github.com/sol/hpack

name: kore
version: 0.35.0.0
version: 0.36.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 kore/package.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: kore
version: 0.35.0.0
version: 0.36.0.0
github: "kframework/kore"
license: NCSA
license-file: LICENSE
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.35.0.0"; };
identifier = { name = "kore"; version = "0.36.0.0"; };
license = "NCSA";
copyright = "2018-2020 Runtime Verification Inc";
maintainer = "[email protected]";
Expand Down

0 comments on commit 803b986

Please sign in to comment.