Skip to content

Commit 48592b7

Browse files
authored
kore-0.32.0.0 (#2194)
1 parent 1e5637f commit 48592b7

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

kore/CHANGELOG.md

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

1515
### Fixed
1616

17+
## [0.32.0.0] - 2020-10-15
18+
19+
### Changed
20+
21+
- `\equals` clauses are normalized by ordering their child terms. (#2137)
22+
- The SMT solver is reset at fixed intervals. (#2125)
23+
24+
### Fixed
25+
26+
- The warning about trivial claims shows the original source location. (#2155)
27+
1728
## [0.31.0.0] - 2020-09-30
1829

1930
### Added

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.31.0.0
2+
version: 0.32.0.0
33
github: "kframework/kore"
44
license: NCSA
55
license-file: LICENSE

0 commit comments

Comments
 (0)