Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[release] 0.8.1 #3

Closed
wants to merge 3 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 23 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,29 @@
This file is generated. Do not write release notes here.
Notes for unreleased changes go in ./UNRELEASED.md -->

## 0.8.1

### Bug fixes

* critical bugfix in unique renaming, see #429
* include missing {Apalache,Typing}.tla modules in release package, see #447

### Features

* opt-in for statistics collection (shared with TLC and TLA+ Toolbox), see #288

### Architecture

* new layer of TransitionExecutor (TRex), see `at.forsyte.apalache.tla.bmcmt.trex.*`

### Documentation

* Compile the manuals into [a static
site](http://informalsystems.github.io/apalache/docs/) using
[mdBook](https://github.com/rust-lang/mdBook), see #400
* Description of top-level user operators, see #419
* ADR003: [Architecture of TransitionExecutor](./docs/internal/adr/003adr-trex.md)

## 0.8.0 [RELEASE]

* use openjdk-9 for deterministic Apalache Docker images, see #318
Expand Down
20 changes: 0 additions & 20 deletions UNRELEASED.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,23 +10,3 @@
* Another change description, see #124

DO NOT LEAVE A BLANK LINE BELOW THIS PREAMBLE -->
### Bug fixes

* critical bugfix in unique renaming, see #429
* include missing {Apalache,Typing}.tla modules in release package, see #447

### Features

* opt-in for statistics collection (shared with TLC and TLA+ Toolbox), see #288

### Architecture

* new layer of TransitionExecutor (TRex), see `at.forsyte.apalache.tla.bmcmt.trex.*`

### Documentation

* Compile the manuals into [a static
site](http://informalsystems.github.io/apalache/docs/) using
[mdBook](https://github.com/rust-lang/mdBook), see #400
* Description of top-level user operators, see #419
* ADR003: [Architecture of TransitionExecutor](./docs/internal/adr/003adr-trex.md)
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.1-SNAPSHOT</version>
<version>0.8.2-SNAPSHOT</version>
</parent>

<artifactId>apalache-pkg</artifactId>
<version>0.8.1-SNAPSHOT</version>
<version>0.8.2-SNAPSHOT</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.1-SNAPSHOT</version>
<version>0.8.2-SNAPSHOT</version>
</parent>

<artifactId>infra</artifactId>
<version>0.8.1-SNAPSHOT</version>
<version>0.8.2-SNAPSHOT</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.1-SNAPSHOT</version>
<version>0.8.2-SNAPSHOT</version>
</parent>

<!--
All command line tooling and option parsing goes here... and nothing else!
-->
<artifactId>tool</artifactId>
<version>0.8.1-SNAPSHOT</version>
<version>0.8.2-SNAPSHOT</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.1-SNAPSHOT</version>
<version>0.8.2-SNAPSHOT</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.1-SNAPSHOT</version>
<version>0.8.2-SNAPSHOT</version>
</parent>

<artifactId>tla-assignments</artifactId>
<version>0.8.1-SNAPSHOT</version>
<version>0.8.2-SNAPSHOT</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.1-SNAPSHOT</version>
<version>0.8.2-SNAPSHOT</version>
</parent>

<artifactId>tla-bmcmt</artifactId>
<version>0.8.1-SNAPSHOT</version>
<version>0.8.2-SNAPSHOT</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.1-SNAPSHOT</version>
<version>0.8.2-SNAPSHOT</version>
</parent>

<artifactId>tla-import</artifactId>
<version>0.8.1-SNAPSHOT</version>
<version>0.8.2-SNAPSHOT</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.1-SNAPSHOT</version>
<version>0.8.2-SNAPSHOT</version>
</parent>

<artifactId>tla-pp</artifactId>
<version>0.8.1-SNAPSHOT</version>
<version>0.8.2-SNAPSHOT</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.1-SNAPSHOT</version>
<version>0.8.2-SNAPSHOT</version>
</parent>

<artifactId>tla-types</artifactId>
<version>0.8.1-SNAPSHOT</version>
<version>0.8.2-SNAPSHOT</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.1-SNAPSHOT</version>
<version>0.8.2-SNAPSHOT</version>
</parent>

<artifactId>tlair</artifactId>
<version>0.8.1-SNAPSHOT</version>
<version>0.8.2-SNAPSHOT</version>
<packaging>jar</packaging>

<name>tlair</name>
Expand Down