Skip to content

Commit

Permalink
Release v0.22.3
Browse files Browse the repository at this point in the history
  • Loading branch information
bugarela committed Oct 28, 2024
1 parent f3468b2 commit d8a1856
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 15 deletions.
30 changes: 19 additions & 11 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,35 +12,43 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Deprecated
### Removed
### Fixed

- Fixed a problem where using `--mbt` resulted in missing data on `nondet_picks`
due to internal caching (#1531)
- Hashbang lines are now properly highlighted as comments in vscode and in highlight.js.

### Security

## v0.22.2 -- 2024-10-08
## v0.22.3 -- 2024-10-28

### Added

- `quint verify` has the option `--apalache-version` to pull a custom version (#1521)
- Grammar updated with support for an optional leading hashbang (`#!`) line (#1522)
- Added a new operator called `getOnlyElement()` to extract elements out of singleton sets (#1525)


### Changed

- Updated grammar rule to allow an optional trailing comma in parameter lists (#1510):

- Operator calls
- Constant initialization
- Operator definitions

### Deprecated
### Removed
### Fixed

- The seed was not being properly printed when the simulator found some runtime errors (#1524).
- Fixed a problem where using `--mbt` resulted in missing data on `nondet_picks`
due to internal caching (#1531)
- Hashbang lines are now properly highlighted as comments in vscode and in highlight.js.

### Security

## v0.22.2 -- 2024-10-08

### Added

- `quint verify` has the option `--apalache-version` to pull a custom version (#1521)
- Grammar updated with support for an optional leading hashbang (`#!`) line (#1522)

### Changed
### Deprecated
### Removed
### Fixed

### Security

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.22.2",
"version": "0.22.3",
"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.22.2'
export const version = '0.22.3'

0 comments on commit d8a1856

Please sign in to comment.