We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d4514e commit 08cc3aeCopy full SHA for 08cc3ae
interpreter/CHANGELOG.md
@@ -9,6 +9,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
9
10
Nothing yet.
11
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
18
## [1.1.1] - 2024-07-09
19
20
### Fixed
interpreter/build.gradle.kts
@@ -3,7 +3,7 @@ plugins {
3
id("sunnychung.publication")
4
}
5
6
-version = "1.1.1"
+version = "1.1.2"
7
8
repositories {
mavenCentral()
0 commit comments