Skip to content

Commit

Permalink
Release v0.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bugarela committed Aug 25, 2023
1 parent 781e7ef commit 184bc97
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 4 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,22 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## UNRELEASED

### Added
### Changed
### Deprecated
### Removed
### Fixed
### Security

## v0.14.0 -- 2023-08-25

### Added
### Changed

- The `verify` command now manages Apalache server, if no already running
instance is detected (#1115)
- Module management was rewritten, and instances should behave much better in
the simulator, REPL and integration with Apalache (#1119)

### Deprecated
### Removed
Expand Down
4 changes: 2 additions & 2 deletions quint/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion quint/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@informalsystems/quint",
"version": "0.13.0",
"version": "0.14.0",
"description": "Core tool for the Quint specification language",
"keywords": [
"temporal",
Expand Down
2 changes: 1 addition & 1 deletion quint/src/version.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
// Generated by genversion.
export const version = '0.13.0'
export const version = '0.14.0'

0 comments on commit 184bc97

Please sign in to comment.