Skip to content

Commit deba447

Browse files
authored
kore-0.35.0.0 (#2293)
1 parent 6a07860 commit deba447

File tree

3 files changed

+20
-2
lines changed

3 files changed

+20
-2
lines changed

kore/CHANGELOG.md

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

1515
### Fixed
1616

17+
## [0.35.0.0] - 2020-11-30
18+
19+
### Added
20+
21+
- Added hooked function `LIST.make`. (#2253)
22+
23+
### Changed
24+
25+
- Hooked function `LIST.update` is `\bottom` for negative indices. (#2278)
26+
- The concrete syntax of domain values in `BYTES.Bytes` matches the LLVM
27+
backend. (#2256)
28+
29+
### Fixed
30+
31+
- Execution with `krun` reports all stuck configurations. (#2205)
32+
- Bug reports generated by `kore-exec` display the command-line options
33+
correctly. (#2245)
34+
1735
## [0.34.0.0] - 2020-11-16
1836

1937
### 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.34.0.0
8+
version: 0.35.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.34.0.0
2+
version: 0.35.0.0
33
github: "kframework/kore"
44
license: NCSA
55
license-file: LICENSE

0 commit comments

Comments
 (0)