File tree Expand file tree Collapse file tree 3 files changed +22
-3
lines changed
Expand file tree Collapse file tree 3 files changed +22
-3
lines changed Original file line number Diff line number Diff line change 99 - uses : actions/checkout@v2.3.4
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 }}'
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 11name : kore
2- version : 0.33 .0.0
2+ version : 0.34 .0.0
33github : " kframework/kore"
44license : NCSA
55license-file : LICENSE
You can’t perform that action at this time.
0 commit comments