Skip to content

Commit 153a5c6

Browse files
alancai98rchowell
authored andcommitted
Upgrade IonJava to v1.11.1; prepare v0.14.2 release (#1350)
1 parent 4de716c commit 153a5c6

File tree

3 files changed

+8
-5
lines changed

3 files changed

+8
-5
lines changed

CHANGELOG.md

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

28-
## [Unreleased]
28+
## [0.14.2] - 2024-01-25
2929

3030
### Added
3131

3232
### Changed
33+
- Upgrade IonJava dependency to v1.11.1
3334

3435
### Deprecated
3536

@@ -41,7 +42,8 @@ Thank you to all who have contributed!
4142

4243
### Contributors
4344
Thank you to all who have contributed!
44-
- @<your-username>
45+
- @RCHowell
46+
- @alancai98
4547

4648
## [0.14.1] - 2024-01-03
4749

@@ -1002,7 +1004,8 @@ breaking changes if migrating from v0.9.2. The breaking changes accidentally int
10021004
### Added
10031005
Initial alpha release of PartiQL.
10041006

1005-
[Unreleased]: https://github.com/partiql/partiql-lang-kotlin/compare/v0.14.1...HEAD
1007+
[Unreleased]: https://github.com/partiql/partiql-lang-kotlin/compare/v0.14.2...HEAD
1008+
[0.14.2]: https://github.com/partiql/partiql-lang-kotlin/compare/v0.14.1...v0.14.2
10061009
[0.14.1]: https://github.com/partiql/partiql-lang-kotlin/compare/v0.14.0-alpha...v0.14.1
10071010
[0.14.0-alpha]: https://github.com/partiql/partiql-lang-kotlin/compare/v0.13.2-alpha...v0.14.0-alpha
10081011
[0.13.2-alpha]: https://github.com/partiql/partiql-lang-kotlin/compare/v0.13.1-alpha...v0.13.2-alpha

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.14.1` |
34+
| `org.partiql` | `partiql-lang-kotlin` | `0.14.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.10.2"
34+
const val ionJava = "1.11.1"
3535
const val ionSchema = "1.2.1"
3636
const val jansi = "2.4.0"
3737
const val jgenhtml = "1.6"

0 commit comments

Comments
 (0)