Skip to content

Commit

Permalink
Merge tag '1.1.0' into develop
Browse files Browse the repository at this point in the history
1.1.0
  • Loading branch information
David Chemouil committed May 24, 2024
2 parents 2baacc9 + 1e894a3 commit c6b96ab
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
5 changes: 5 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
### 1.1.0 (2024-05-24)
- handle int atoms, Int signature and all Alloy arithmetic operations
- fix cardinality translation bug
- stratify LTL formulas for SMV

### 1.0.0 (2021-01-11)
- build (using Github Actions) on Windows
- fix nuXmv/NuSMV output parsing on Windows, which prevented correct behavior
Expand Down
4 changes: 4 additions & 0 deletions util/release-workflow.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ dune build electrod.opam && git add electrod.opam

git commit -am "release VVV"

git flow finish --showcommands --push

//--------------------------------------------------
// OLD (stop using opam for a non-library)
git flow finish --showcommands --notag --push

# NOW check https://github.com/grayswandyr/electrod/actions
Expand Down

0 comments on commit c6b96ab

Please sign in to comment.