Skip to content

Commit

Permalink
update interpreter version to 1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
sunny-chung committed Jul 9, 2024
1 parent 2d4514e commit 08cc3ae
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions interpreter/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

Nothing yet.

## [1.1.2] - 2024-07-09

### Fixed

- Parsing code consisting of the String literal `"|"` should not throw UnsupportedOperationException: "Operator `|` is not supported"

## [1.1.1] - 2024-07-09

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion interpreter/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ plugins {
id("sunnychung.publication")
}

version = "1.1.1"
version = "1.1.2"

repositories {
mavenCentral()
Expand Down

0 comments on commit 08cc3ae

Please sign in to comment.