Skip to content

Commit 03ef184

Browse files
committed
Prepare v0.14.2 release
1 parent 89d38df commit 03ef184

File tree

4 files changed

+9
-6
lines changed

4 files changed

+9
-6
lines changed

CHANGELOG.md

+6-3
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

@@ -969,7 +971,8 @@ breaking changes if migrating from v0.9.2. The breaking changes accidentally int
969971
### Added
970972
Initial alpha release of PartiQL.
971973

972-
[Unreleased]: https://github.com/partiql/partiql-lang-kotlin/compare/v0.14.1...HEAD
974+
[Unreleased]: https://github.com/partiql/partiql-lang-kotlin/compare/v0.14.2...HEAD
975+
[0.14.2]: https://github.com/partiql/partiql-lang-kotlin/compare/v0.14.1...v0.14.2
973976
[0.14.1]: https://github.com/partiql/partiql-lang-kotlin/compare/v0.14.0-alpha...v0.14.1
974977
[0.14.0-alpha]: https://github.com/partiql/partiql-lang-kotlin/compare/v0.13.2-alpha...v0.14.0-alpha
975978
[0.13.2-alpha]: https://github.com/partiql/partiql-lang-kotlin/compare/v0.13.1-alpha...v0.13.2-alpha

README.md

+1-1
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

+1-1
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"

gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
group=org.partiql
2-
version=0.14.2-SNAPSHOT
2+
version=0.14.2
33

44
ossrhUsername=EMPTY
55
ossrhPassword=EMPTY

0 commit comments

Comments
 (0)