Skip to content

Commit c8bf6ff

Browse files
committed
Release v0.25.1
1 parent 4464a49 commit c8bf6ff

File tree

4 files changed

+13
-4
lines changed

4 files changed

+13
-4
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## UNRELEASED
99

10+
### Added
11+
### Changed
12+
### Deprecated
13+
### Removed
14+
### Fixed
15+
### Security
16+
17+
## v0.25.1 -- 2025-06-05
18+
1019
### Added
1120

1221
- `quint run` and `quint verify` can now receive multiple invariants through

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.25.0",
3+
"version": "0.25.1",
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.25.0'
2+
export const version = '0.25.1'

0 commit comments

Comments
 (0)