Skip to content

Commit 135aada

Browse files
authored
Prepare v0.12.2 release (#1352)
1 parent 21eda2e commit 135aada

File tree

4 files changed

+22
-3
lines changed

4 files changed

+22
-3
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,25 @@ Thank you to all who have contributed!
2525
2626
-->
2727

28+
## [0.12.2] - 2024-01-25
29+
30+
### Added
31+
32+
### Changed
33+
- Upgrade IonJava dependency to v1.11.1
34+
35+
### Deprecated
36+
37+
### Fixed
38+
39+
### Removed
40+
41+
### Security
42+
43+
### Contributors
44+
Thank you to all who have contributed!
45+
- @alancai98
46+
2847
## [0.12.1] - 2023-09-19
2948

3049
### Fixed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ This project is published to [Maven Central](https://search.maven.org/artifact/o
3131

3232
| Group ID | Artifact ID | Recommended Version |
3333
|---------------|-----------------------|---------------------|
34-
| `org.partiql` | `partiql-lang-kotlin` | `0.12.1` |
34+
| `org.partiql` | `partiql-lang-kotlin` | `0.12.2` |
3535

3636

3737
For Maven builds, add the following to your `pom.xml`:

buildSrc/src/main/kotlin/partiql.versions.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ object Versions {
3131
const val gson = "2.10.1"
3232
const val guava = "31.1-jre"
3333
const val ionElement = "1.0.0"
34-
const val ionJava = "1.9.0"
34+
const val ionJava = "1.11.1"
3535
const val ionSchema = "1.2.1"
3636
const val jansi = "2.4.0"
3737
const val jline = "3.21.0"

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
group=org.partiql
2-
version=0.12.1
2+
version=0.12.2
33

44
ossrhUsername=EMPTY
55
ossrhPassword=EMPTY

0 commit comments

Comments
 (0)