Skip to content

Commit

Permalink
Release v0.18.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bugarela committed Jan 16, 2024
1 parent ea6633c commit 19006a0
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 7 deletions.
14 changes: 11 additions & 3 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.18.1 -- 2024-01-16

### Added
### Changed
### Deprecated
Expand All @@ -16,6 +25,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Fixed parsing of qualified type constructors, which were being misinterpreted
as type variables when the name of the qualifying module started with a
lowercase letter (#1337).
- Fixed an issue where, sometimes, runtime errors were not reported in
simulation (#1339)

### Security

Expand Down Expand Up @@ -311,9 +322,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Removed
### Fixed

- Fixed an issue where, sometimes, runtime errors were not reported in
simulation (#1339)

### Security

## v0.11.1 -- 2023-06-01
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.18.0",
"version": "0.18.1",
"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.18.0'
export const version = '0.18.1'

0 comments on commit 19006a0

Please sign in to comment.