Skip to content

Commit 8974c8d

Browse files
authored
kore-0.19.0.0 (#1752)
1 parent e68b77a commit 8974c8d

File tree

2 files changed

+19
-3
lines changed

2 files changed

+19
-3
lines changed

kore/CHANGELOG.md

+17-1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,18 @@ All notable changes to this project will be documented in this file.
66

77
### Added
88

9+
### Changed
10+
11+
### Deprecated
12+
13+
### Removed
14+
15+
### Fixed
16+
17+
## [0.19.0.0] - 2020-04-15
18+
19+
### Added
20+
921
- Added options for debugging equation application:
1022
- `--debug-attempt-equation`
1123
- `--debug-apply-equation`
@@ -18,6 +30,10 @@ All notable changes to this project will be documented in this file.
1830

1931
- Applying equation-based rules (primarily function rules and simplification rules) is more efficient.
2032
- Equations may not have free variables occurring only on the right-hand side.
33+
- Command-line options that expect a module name check that their argument is a _valid_ module name.
34+
- The log displays the context of each entry.
35+
- The log displays the _type_ of each context to be used with option `--log-entries` for more information.
36+
- The format of parsing and validation errors is more similar to other parsers and compilers.
2137

2238
### Removed
2339

@@ -30,7 +46,7 @@ All notable changes to this project will be documented in this file.
3046
- `DebugAxiomEvaluation`
3147
- `DebugSkipSimplification`
3248

33-
## [0.1.0] - 2018-01-17
49+
## [0.0.1.0] - 2018-01-17
3450

3551
### Added
3652

kore/package.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
name: kore
2-
version: 0.0.1.0
2+
version: 0.19.0.0
33
github: "kframework/kore"
44
license: NCSA
55
license-file: LICENSE
66
author: "Virgil Serbanuta"
77
maintainer: "[email protected]"
8-
copyright: "2018-2019 Runtime Verification Inc"
8+
copyright: "2018-2020 Runtime Verification Inc"
99
category: Language
1010

1111
extra-source-files:

0 commit comments

Comments
 (0)