Skip to content

Commit 3243d1e

Browse files
authored
kore-0.41.0.0 (#2444)
1 parent 01f0402 commit 3243d1e

File tree

4 files changed

+16
-4
lines changed

4 files changed

+16
-4
lines changed

kore/CHANGELOG.md

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

1515
### Fixed
1616

17+
## [0.41.0.0] - 2021-03-05
18+
19+
### Changed
20+
21+
- Clauses in the side condition of a configuration are considered when
22+
simplifying applying equations to other clauses in the side condition (#2393).
23+
24+
### Fixed
25+
26+
- Values of the `BYTES.Bytes` sort are unparsed in the correct 8-bit encoding
27+
instead of the base-16 encoding. (#2411)
28+
1729
## [0.40.0.0] - 2021-02-17
1830

1931
### Fixed

kore/kore.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ cabal-version: 2.2
44
--
55
-- see: https://github.com/sol/hpack
66
--
7-
-- hash: 03c98e7a7113ac321409caf3539c3987574f8cb7fa4049e7fb285d8c462de491
7+
-- hash: 2702a5d875e9f185a4aedc5fdcafa951249ccd4ef5edab6f1e96689991c8f13f
88

99
name: kore
10-
version: 0.40.0.0
10+
version: 0.41.0.0
1111
description: Please see the [README](README.md) file.
1212
category: Language
1313
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.40.0.0
2+
version: 0.41.0.0
33
github: "kframework/kore"
44
license: NCSA
55
license-file: LICENSE

nix/kore.nix.d/kore.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
flags = { release = false; threaded = true; };
1212
package = {
1313
specVersion = "2.2";
14-
identifier = { name = "kore"; version = "0.40.0.0"; };
14+
identifier = { name = "kore"; version = "0.41.0.0"; };
1515
license = "NCSA";
1616
copyright = "2018-2020 Runtime Verification Inc";
1717
maintainer = "[email protected]";

0 commit comments

Comments
 (0)