Skip to content

Commit

Permalink
Release v0.21.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bugarela committed Jul 29, 2024
1 parent 7cfefe9 commit ba49e68
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 6 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.21.1 -- 2024-07-29

### Added
### Changed
### Deprecated
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.

16 changes: 13 additions & 3 deletions quint/package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,14 @@
{
"name": "@informalsystems/quint",
"version": "0.21.0",
"version": "0.21.1",
"description": "Core tool for the Quint specification language",
"keywords": ["temporal", "logic", "formal", "specification", "verification"],
"keywords": [
"temporal",
"logic",
"formal",
"specification",
"verification"
],
"homepage": "https://github.com/informalsystems/quint",
"bugs": "https://github.com/informalsystems/quint/issues",
"license": "Apache 2.0",
Expand All @@ -29,7 +35,11 @@
"bin": {
"quint": "dist/src/cli.js"
},
"files": ["README.md", "dist/**/*", "test/**/*.ts"],
"files": [
"README.md",
"dist/**/*",
"test/**/*.ts"
],
"engines": {
"node": "18 - 20"
},
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.0'
export const version = '0.21.1'

0 comments on commit ba49e68

Please sign in to comment.