Skip to content

Commit 08cc3ae

Browse files
committed
update interpreter version to 1.1.2
1 parent 2d4514e commit 08cc3ae

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

interpreter/CHANGELOG.md

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

1010
Nothing yet.
1111

12+
## [1.1.2] - 2024-07-09
13+
14+
### Fixed
15+
16+
- Parsing code consisting of the String literal `"|"` should not throw UnsupportedOperationException: "Operator `|` is not supported"
17+
1218
## [1.1.1] - 2024-07-09
1319

1420
### Fixed

interpreter/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ plugins {
33
id("sunnychung.publication")
44
}
55

6-
version = "1.1.1"
6+
version = "1.1.2"
77

88
repositories {
99
mavenCentral()

0 commit comments

Comments
 (0)