Skip to content

Commit

Permalink
kore-0.34.0.0 (#2270)
Browse files Browse the repository at this point in the history
  • Loading branch information
ttuegel authored Nov 16, 2020
1 parent b692823 commit 37fe6eb
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ jobs:
- uses: actions/[email protected]
with:
submodules: recursive
- uses: cachix/install-nix-action@v11
- uses: cachix/cachix-action@v7
- uses: cachix/install-nix-action@v12
- uses: cachix/cachix-action@v8
with:
name: runtimeverification
signingKey: '${{ secrets.CACHIX_SIGNING_KEY }}'
Expand Down
19 changes: 19 additions & 0 deletions kore/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,25 @@ All notable changes to this project will be documented in this file.

### Fixed

## [0.34.0.0] - 2020-11-16

### Added

- The `STRING.string2base` hook parses signed hexadecimal values. (#2251)
- The `\left-assoc` and `\right-assoc` notations are parsed. (#2124)
- Functional terms are translated as uninterpreted functions for the SMT solver
if no other translation is available. (#2261)

### Fixed

- The environment variable `KORE_EXEC_OPTS` has no effect outside
`kore-exec`. (#2235)
- Claims with an `ensures` clause does not cause an internal error. (#2221)
- The `--strategy all` option is effective. (#2205)
- The rule merger does not complain about duplicate names when there are not
duplicate names. (#2226, #2228)
- `kore-parser` prints human-readable error messages. (#2243)

## [0.33.0.0] - 2020-10-29

### Added
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.33.0.0
version: 0.34.0.0
github: "kframework/kore"
license: NCSA
license-file: LICENSE
Expand Down

0 comments on commit 37fe6eb

Please sign in to comment.