Skip to content

Commit

Permalink
kore-0.31.0.0 (#2173)
Browse files Browse the repository at this point in the history
  • Loading branch information
ttuegel authored Sep 30, 2020
1 parent 037fb31 commit f01294a
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions kore/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,23 @@ All notable changes to this project will be documented in this file.

### Fixed

## [0.31.0.0] - 2020-09-30

### Added

- Inferred conditions are used to simplify unevaluated functions. (#2095)

### Changed

- The prover infers that the right-hand sides of claims are defined. (#2110)

### Fixed

- Unsatisfiable configurations are filtered from the right-hand side of
claims. (#2145)
- Function evaluation is disabled while matching the left-hand side of an
equation. (#2143)

## [0.30.0.0] - 2020-09-18

### Changed
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.30.0.0
version: 0.31.0.0
github: "kframework/kore"
license: NCSA
license-file: LICENSE
Expand Down

0 comments on commit f01294a

Please sign in to comment.