Skip to content

Commit

Permalink
[release] 0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
konnov committed Feb 8, 2021
1 parent bf248ef commit 3b9be10
Show file tree
Hide file tree
Showing 12 changed files with 38 additions and 36 deletions.
19 changes: 19 additions & 0 deletions RELEASE-NOTES.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
## 0.10.0

### Features

* integration with Java-like annotations in comments, see #504
* support for `Assume(...)` in the type checker
* new command-line option for `typecheck`:
- enable inference of polymorphic types: `--infer-poly`
* updates to ADR002 and the manual
* support for parallel assignments `<<x', y'>> = <<1, 2>>`, see #531
* always sorting declarations with topological sort (changes the order of the operator definitions), see #122

### Bugfixes

* Boolean values are now supported in TLC config files, see #512
* Promoting Desugarer to run as the first preprocessing pass, see #531
* Proper error on invalid type annotations, the parser is strengthened with Scalacheck, see #332
* Fixed a parsing bug for strings that contain '-', see #539
* Typechecking quantifiers over tuples, see #482
17 changes: 0 additions & 17 deletions UNRELEASED.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,20 +10,3 @@
* Some bug fix, see #124
DO NOT LEAVE A BLANK LINE BELOW THIS PREAMBLE -->
### Features

* integration with Java-like annotations in comments, see #504
* support for `Assume(...)` in the type checker
* new command-line option for `typecheck`:
- enable inference of polymorphic types: `--infer-poly`
* updates to ADR002 and the manual
* support for parallel assignments `<<x', y'>> = <<1, 2>>`, see #531
* always sorting declarations with topological sort (changes the order of the operator definitions), see #122

### Bugfixes

* Boolean values are now supported in TLC config files, see #512
* Promoting Desugarer to run as the first preprocessing pass, see #531
* Proper error on invalid type annotations, the parser is strengthened with Scalacheck, see #332
* Fixed a parsing bug for strings that contain '-', see #539
* Typechecking quantifiers over tuples, see #482
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.9.1-SNAPSHOT</version>
<version>0.10.0</version>
</parent>

<artifactId>apalache-pkg</artifactId>
<version>0.9.1-SNAPSHOT</version>
<version>0.10.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.9.1-SNAPSHOT</version>
<version>0.10.0</version>
</parent>

<artifactId>infra</artifactId>
<version>0.9.1-SNAPSHOT</version>
<version>0.10.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.9.1-SNAPSHOT</version>
<version>0.10.0</version>
</parent>

<!--
All command line tooling and option parsing goes here... and nothing else!
-->
<artifactId>tool</artifactId>
<version>0.9.1-SNAPSHOT</version>
<version>0.10.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.9.1-SNAPSHOT</version>
<version>0.10.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.9.1-SNAPSHOT</version>
<version>0.10.0</version>
</parent>

<artifactId>tla-assignments</artifactId>
<version>0.9.1-SNAPSHOT</version>
<version>0.10.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.9.1-SNAPSHOT</version>
<version>0.10.0</version>
</parent>

<artifactId>tla-bmcmt</artifactId>
<version>0.9.1-SNAPSHOT</version>
<version>0.10.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.9.1-SNAPSHOT</version>
<version>0.10.0</version>
</parent>

<artifactId>tla-import</artifactId>
<version>0.9.1-SNAPSHOT</version>
<version>0.10.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.9.1-SNAPSHOT</version>
<version>0.10.0</version>
</parent>

<artifactId>tla-pp</artifactId>
<version>0.9.1-SNAPSHOT</version>
<version>0.10.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.9.1-SNAPSHOT</version>
<version>0.10.0</version>
</parent>

<artifactId>tla-types</artifactId>
<version>0.9.1-SNAPSHOT</version>
<version>0.10.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.9.1-SNAPSHOT</version>
<version>0.10.0</version>
</parent>

<artifactId>tlair</artifactId>
<version>0.9.1-SNAPSHOT</version>
<version>0.10.0</version>
<packaging>jar</packaging>

<name>tlair</name>
Expand Down

0 comments on commit 3b9be10

Please sign in to comment.