Skip to content

Commit d8a1856

Browse files
committed
Release v0.22.3
1 parent f3468b2 commit d8a1856

File tree

4 files changed

+23
-15
lines changed

4 files changed

+23
-15
lines changed

CHANGELOG.md

Lines changed: 19 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -12,35 +12,43 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1212
### Deprecated
1313
### Removed
1414
### Fixed
15-
16-
- Fixed a problem where using `--mbt` resulted in missing data on `nondet_picks`
17-
due to internal caching (#1531)
18-
- Hashbang lines are now properly highlighted as comments in vscode and in highlight.js.
19-
2015
### Security
2116

22-
## v0.22.2 -- 2024-10-08
17+
## v0.22.3 -- 2024-10-28
2318

2419
### Added
2520

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

30-
3123
### Changed
3224

3325
- Updated grammar rule to allow an optional trailing comma in parameter lists (#1510):
34-
3526
- Operator calls
3627
- Constant initialization
3728
- Operator definitions
38-
29+
3930
### Deprecated
4031
### Removed
4132
### Fixed
4233

4334
- The seed was not being properly printed when the simulator found some runtime errors (#1524).
35+
- Fixed a problem where using `--mbt` resulted in missing data on `nondet_picks`
36+
due to internal caching (#1531)
37+
- Hashbang lines are now properly highlighted as comments in vscode and in highlight.js.
38+
39+
### Security
40+
41+
## v0.22.2 -- 2024-10-08
42+
43+
### Added
44+
45+
- `quint verify` has the option `--apalache-version` to pull a custom version (#1521)
46+
- Grammar updated with support for an optional leading hashbang (`#!`) line (#1522)
47+
48+
### Changed
49+
### Deprecated
50+
### Removed
51+
### Fixed
4452

4553
### Security
4654

quint/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

quint/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@informalsystems/quint",
3-
"version": "0.22.2",
3+
"version": "0.22.3",
44
"description": "Core tool for the Quint specification language",
55
"keywords": [
66
"temporal",

quint/src/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
// Generated by genversion.
2-
export const version = '0.22.2'
2+
export const version = '0.22.3'

0 commit comments

Comments
 (0)