Skip to content

Commit

Permalink
kore-0.41.0.0 (#2444)
Browse files Browse the repository at this point in the history
  • Loading branch information
ttuegel authored Mar 8, 2021
1 parent 01f0402 commit 3243d1e
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 4 deletions.
12 changes: 12 additions & 0 deletions kore/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,18 @@ All notable changes to this project will be documented in this file.

### Fixed

## [0.41.0.0] - 2021-03-05

### Changed

- Clauses in the side condition of a configuration are considered when
simplifying applying equations to other clauses in the side condition (#2393).

### Fixed

- Values of the `BYTES.Bytes` sort are unparsed in the correct 8-bit encoding
instead of the base-16 encoding. (#2411)

## [0.40.0.0] - 2021-02-17

### Fixed
Expand Down
4 changes: 2 additions & 2 deletions kore/kore.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ cabal-version: 2.2
--
-- see: https://github.com/sol/hpack
--
-- hash: 03c98e7a7113ac321409caf3539c3987574f8cb7fa4049e7fb285d8c462de491
-- hash: 2702a5d875e9f185a4aedc5fdcafa951249ccd4ef5edab6f1e96689991c8f13f

name: kore
version: 0.40.0.0
version: 0.41.0.0
description: Please see the [README](README.md) file.
category: Language
homepage: https://github.com/kframework/kore#readme
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.40.0.0
version: 0.41.0.0
github: "kframework/kore"
license: NCSA
license-file: LICENSE
Expand Down
2 changes: 1 addition & 1 deletion nix/kore.nix.d/kore.nix
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
flags = { release = false; threaded = true; };
package = {
specVersion = "2.2";
identifier = { name = "kore"; version = "0.40.0.0"; };
identifier = { name = "kore"; version = "0.41.0.0"; };
license = "NCSA";
copyright = "2018-2020 Runtime Verification Inc";
maintainer = "thomas.tuegel@runtimeverification.com";
Expand Down

0 comments on commit 3243d1e

Please sign in to comment.