File tree Expand file tree Collapse file tree 4 files changed +23
-15
lines changed Expand file tree Collapse file tree 4 files changed +23
-15
lines changed Original file line number Diff line number Diff line change @@ -12,35 +12,43 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
12
12
### Deprecated
13
13
### Removed
14
14
### 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
-
20
15
### Security
21
16
22
- ## v0.22.2 -- 2024-10-08
17
+ ## v0.22.3 -- 2024-10-28
23
18
24
19
### Added
25
20
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 )
28
21
- Added a new operator called ` getOnlyElement() ` to extract elements out of singleton sets (#1525 )
29
22
30
-
31
23
### Changed
32
24
33
25
- Updated grammar rule to allow an optional trailing comma in parameter lists (#1510 ):
34
-
35
26
- Operator calls
36
27
- Constant initialization
37
28
- Operator definitions
38
-
29
+
39
30
### Deprecated
40
31
### Removed
41
32
### Fixed
42
33
43
34
- 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
44
52
45
53
### Security
46
54
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @informalsystems/quint" ,
3
- "version" : " 0.22.2 " ,
3
+ "version" : " 0.22.3 " ,
4
4
"description" : " Core tool for the Quint specification language" ,
5
5
"keywords" : [
6
6
" temporal" ,
Original file line number Diff line number Diff line change 1
1
// Generated by genversion.
2
- export const version = '0.22.2 '
2
+ export const version = '0.22.3 '
You can’t perform that action at this time.
0 commit comments