Skip to content

Commit

Permalink
[release] 0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
shonfeder committed Feb 1, 2021
1 parent 5ca3cdf commit 5fce1e5
Show file tree
Hide file tree
Showing 12 changed files with 44 additions and 42 deletions.
22 changes: 22 additions & 0 deletions RELEASE-NOTES.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
## 0.9.0

### Features

* new sequential model checker that is using TransitionExecutor, see #467
* new command-line options, see #467 and the manual for details:
* choose the algorithm: `--algo=(offline|incremental)`
* pre-check, whether a transition disabled, discard the disabled transitions: `--discard-disabled`
* do not check for deadlocks: `--no-deadlock`
* pass tuning parameters in CLI: `--tune-here`
* parsing in-comment Java-like annotations, see #226
* tracking the source of variable/constant declarations and operator
definitions in the TLA+ Parser, see #262

### Bug fixes

* the new sequential model checker has uncovered a bug that was not found
by the old model checker, see #467

### Documentation

* ADR004: In-comment annotations for declarations (of constants, variables, operators)
26 changes: 3 additions & 23 deletions UNRELEASED.md
Original file line number Diff line number Diff line change
@@ -1,32 +1,12 @@
<!-- NOTE:
Release notes for unreleased changes go here, following this format:
### Feature Category 1
### Features
* Change description, see #123
### Feature Category 2
### Bug fixes
* Another change description, see #124
* Some bug fix, see #124
DO NOT LEAVE A BLANK LINE BELOW THIS PREAMBLE -->
### Features

* new sequential model checker that is using TransitionExecutor, see #467
* new command-line options, see #467 and the manual for details:
* choose the algorithm: `--algo=(offline|incremental)`
* pre-check, whether a transition disabled, discard the disabled transitions: `--discard-disabled`
* do not check for deadlocks: `--no-deadlock`
* pass tuning parameters in CLI: `--tune-here`
* parsing in-comment Java-like annotations, see #226
* tracking the source of variable/constant declarations and operator
definitions in the TLA+ Parser, see #262

### Bug fixes

* the new sequential model checker has uncovered a bug that was not found
by the old model checker, see #467

### Documentation

* ADR004: In-comment annotations for declarations (of constants, variables, operators)
4 changes: 2 additions & 2 deletions mod-distribution/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@
<parent>
<groupId>at.forsyte.apalache</groupId>
<artifactId>apalache</artifactId>
<version>0.8.4-SNAPSHOT</version>
<version>0.9.0</version>
</parent>

<artifactId>apalache-pkg</artifactId>
<version>0.8.4-SNAPSHOT</version>
<version>0.9.0</version>
<packaging>pom</packaging>

<name>apalache-pkg</name>
Expand Down
4 changes: 2 additions & 2 deletions mod-infra/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
<parent>
<groupId>at.forsyte.apalache</groupId>
<artifactId>apalache</artifactId>
<version>0.8.4-SNAPSHOT</version>
<version>0.9.0</version>
</parent>

<artifactId>infra</artifactId>
<version>0.8.4-SNAPSHOT</version>
<version>0.9.0</version>
<packaging>jar</packaging>

<name>infra</name>
Expand Down
4 changes: 2 additions & 2 deletions mod-tool/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@
<parent>
<groupId>at.forsyte.apalache</groupId>
<artifactId>apalache</artifactId>
<version>0.8.4-SNAPSHOT</version>
<version>0.9.0</version>
</parent>

<!--
All command line tooling and option parsing goes here... and nothing else!
-->
<artifactId>tool</artifactId>
<version>0.8.4-SNAPSHOT</version>
<version>0.9.0</version>
<packaging>jar</packaging>

<name>tool</name>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<groupId>at.forsyte.apalache</groupId>
<artifactId>apalache</artifactId>
<packaging>pom</packaging>
<version>0.8.4-SNAPSHOT</version>
<version>0.9.0</version>

<name>APALACHE project</name>
<url>https://github.com/informalsystems/apalache</url>
Expand Down
4 changes: 2 additions & 2 deletions tla-assignments/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
<parent>
<groupId>at.forsyte.apalache</groupId>
<artifactId>apalache</artifactId>
<version>0.8.4-SNAPSHOT</version>
<version>0.9.0</version>
</parent>

<artifactId>tla-assignments</artifactId>
<version>0.8.4-SNAPSHOT</version>
<version>0.9.0</version>
<packaging>jar</packaging>

<name>tla-assignments</name>
Expand Down
4 changes: 2 additions & 2 deletions tla-bmcmt/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
<parent>
<groupId>at.forsyte.apalache</groupId>
<artifactId>apalache</artifactId>
<version>0.8.4-SNAPSHOT</version>
<version>0.9.0</version>
</parent>

<artifactId>tla-bmcmt</artifactId>
<version>0.8.4-SNAPSHOT</version>
<version>0.9.0</version>
<packaging>jar</packaging>

<name>tla-bmcmt</name>
Expand Down
4 changes: 2 additions & 2 deletions tla-import/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
<parent>
<groupId>at.forsyte.apalache</groupId>
<artifactId>apalache</artifactId>
<version>0.8.4-SNAPSHOT</version>
<version>0.9.0</version>
</parent>

<artifactId>tla-import</artifactId>
<version>0.8.4-SNAPSHOT</version>
<version>0.9.0</version>
<packaging>jar</packaging>

<name>tla-import</name>
Expand Down
4 changes: 2 additions & 2 deletions tla-pp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
<parent>
<groupId>at.forsyte.apalache</groupId>
<artifactId>apalache</artifactId>
<version>0.8.4-SNAPSHOT</version>
<version>0.9.0</version>
</parent>

<artifactId>tla-pp</artifactId>
<version>0.8.4-SNAPSHOT</version>
<version>0.9.0</version>
<packaging>jar</packaging>

<name>tla-pp</name>
Expand Down
4 changes: 2 additions & 2 deletions tla-types/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
<parent>
<groupId>at.forsyte.apalache</groupId>
<artifactId>apalache</artifactId>
<version>0.8.4-SNAPSHOT</version>
<version>0.9.0</version>
</parent>

<artifactId>tla-types</artifactId>
<version>0.8.4-SNAPSHOT</version>
<version>0.9.0</version>
<packaging>jar</packaging>

<name>tla-types</name>
Expand Down
4 changes: 2 additions & 2 deletions tlair/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
<parent>
<groupId>at.forsyte.apalache</groupId>
<artifactId>apalache</artifactId>
<version>0.8.4-SNAPSHOT</version>
<version>0.9.0</version>
</parent>

<artifactId>tlair</artifactId>
<version>0.8.4-SNAPSHOT</version>
<version>0.9.0</version>
<packaging>jar</packaging>

<name>tlair</name>
Expand Down

0 comments on commit 5fce1e5

Please sign in to comment.