Skip to content

Commit

Permalink
Bump version to 0.15.5-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
shonfeder committed May 3, 2021
1 parent 5ea0dfd commit 3ee0924
Show file tree
Hide file tree
Showing 12 changed files with 48 additions and 47 deletions.
29 changes: 29 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,35 @@
This file is generated. Do not write release notes here.
Notes for unreleased changes go in ./UNRELEASED.md -->

## 0.15.4

### Documentation

* RFC006 on unit testing: see #741

### Features

* apalache quits with a non-zero exit code on counterexample or error, see #249
* type checker: supporting one-line comments in types, see #773

### Bug fixes

* Parser: supporting annotations in multiline comments, see #718
* Parser: supporting TLA+ identifiers in annotations, see #768
* Parser: better parser for annotations, see #757
* Parser: fixed two bugs in the declaration sorter, see #645 and #758
* Printer: fixed the output for EXCEPT, see #746
* Printer: fixed pretty printing of annotations, see #633
* Printer: extending the standard modules, see #137
* The command `config --enable-stats=true` creates `$HOME/.tlaplus` if needed, see #762
* IO: replaced calls to deprecated JsonReader/JsonWriter. out-parser.json is now compliant with the new format, see #778

### Changes

* Builds: removed scoverage from maven, to improve build times
* Docs: updated ADR002 and HOWTO on type annotations to explain comments
* CLI: Users can set JVM args via the JVM_ARGS env var, see #790

## 0.15.3

### Features
Expand Down
28 changes: 0 additions & 28 deletions RELEASE-NOTES.md

This file was deleted.

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.15.4</version>
<version>0.15.5-SNAPSHOT</version>
</parent>

<artifactId>apalache-pkg</artifactId>
<version>0.15.4</version>
<version>0.15.5-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.15.4</version>
<version>0.15.5-SNAPSHOT</version>
</parent>

<artifactId>infra</artifactId>
<version>0.15.4</version>
<version>0.15.5-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.15.4</version>
<version>0.15.5-SNAPSHOT</version>
</parent>

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

<artifactId>tla-assignments</artifactId>
<version>0.15.4</version>
<version>0.15.5-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.15.4</version>
<version>0.15.5-SNAPSHOT</version>
</parent>

<artifactId>tla-bmcmt</artifactId>
<version>0.15.4</version>
<version>0.15.5-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.15.4</version>
<version>0.15.5-SNAPSHOT</version>
</parent>

<artifactId>tla-import</artifactId>
<version>0.15.4</version>
<version>0.15.5-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.15.4</version>
<version>0.15.5-SNAPSHOT</version>
</parent>

<artifactId>tla-pp</artifactId>
<version>0.15.4</version>
<version>0.15.5-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.15.4</version>
<version>0.15.5-SNAPSHOT</version>
</parent>

<artifactId>tla-types</artifactId>
<version>0.15.4</version>
<version>0.15.5-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.15.4</version>
<version>0.15.5-SNAPSHOT</version>
</parent>

<artifactId>tlair</artifactId>
<version>0.15.4</version>
<version>0.15.5-SNAPSHOT</version>
<packaging>jar</packaging>

<name>tlair</name>
Expand Down

0 comments on commit 3ee0924

Please sign in to comment.