Skip to content

Commit 37fe6eb

Browse files
authored
kore-0.34.0.0 (#2270)
1 parent b692823 commit 37fe6eb

File tree

3 files changed

+22
-3
lines changed

3 files changed

+22
-3
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ jobs:
99
- uses: actions/[email protected]
1010
with:
1111
submodules: recursive
12-
- uses: cachix/install-nix-action@v11
13-
- uses: cachix/cachix-action@v7
12+
- uses: cachix/install-nix-action@v12
13+
- uses: cachix/cachix-action@v8
1414
with:
1515
name: runtimeverification
1616
signingKey: '${{ secrets.CACHIX_SIGNING_KEY }}'

kore/CHANGELOG.md

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

1515
### Fixed
1616

17+
## [0.34.0.0] - 2020-11-16
18+
19+
### Added
20+
21+
- The `STRING.string2base` hook parses signed hexadecimal values. (#2251)
22+
- The `\left-assoc` and `\right-assoc` notations are parsed. (#2124)
23+
- Functional terms are translated as uninterpreted functions for the SMT solver
24+
if no other translation is available. (#2261)
25+
26+
### Fixed
27+
28+
- The environment variable `KORE_EXEC_OPTS` has no effect outside
29+
`kore-exec`. (#2235)
30+
- Claims with an `ensures` clause does not cause an internal error. (#2221)
31+
- The `--strategy all` option is effective. (#2205)
32+
- The rule merger does not complain about duplicate names when there are not
33+
duplicate names. (#2226, #2228)
34+
- `kore-parser` prints human-readable error messages. (#2243)
35+
1736
## [0.33.0.0] - 2020-10-29
1837

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

0 commit comments

Comments
 (0)