Skip to content

Commit

Permalink
Release v0.22.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bugarela committed Sep 9, 2024
1 parent e9a0b38 commit 0047d48
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 4 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## UNRELEASED

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

## v0.22.0 -- 2024-09-09

### Added

- Calling `q::test`, `q::testOnce` and `q::lastTrace` on the REPL now works properly (#1495)
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.21.2",
"version": "0.22.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.21.2'
export const version = '0.22.0'

0 comments on commit 0047d48

Please sign in to comment.