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 9
9
10
10
with :
11
11
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
14
14
with :
15
15
name : runtimeverification
16
16
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.
14
14
15
15
### Fixed
16
16
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
+
17
36
## [ 0.33.0.0] - 2020-10-29
18
37
19
38
### Added
Original file line number Diff line number Diff line change 1
1
name : kore
2
- version : 0.33 .0.0
2
+ version : 0.34 .0.0
3
3
github : " kframework/kore"
4
4
license : NCSA
5
5
license-file : LICENSE
You can’t perform that action at this time.
0 commit comments