Commit 03ef184 1 parent 89d38df commit 03ef184 Copy full SHA for 03ef184
File tree 4 files changed +9
-6
lines changed
4 files changed +9
-6
lines changed Original file line number Diff line number Diff line change @@ -25,11 +25,12 @@ Thank you to all who have contributed!
25
25
26
26
-->
27
27
28
- ## [ Unreleased ]
28
+ ## [ 0.14.2 ] - 2024-01-25
29
29
30
30
### Added
31
31
32
32
### Changed
33
+ - Upgrade IonJava dependency to v1.11.1
33
34
34
35
### Deprecated
35
36
@@ -41,7 +42,8 @@ Thank you to all who have contributed!
41
42
42
43
### Contributors
43
44
Thank you to all who have contributed!
44
- - @<your-username >
45
+ - @RCHowell
46
+ - @alancai98
45
47
46
48
## [ 0.14.1] - 2024-01-03
47
49
@@ -969,7 +971,8 @@ breaking changes if migrating from v0.9.2. The breaking changes accidentally int
969
971
### Added
970
972
Initial alpha release of PartiQL.
971
973
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
973
976
[ 0.14.1 ] : https://github.com/partiql/partiql-lang-kotlin/compare/v0.14.0-alpha...v0.14.1
974
977
[ 0.14.0-alpha ] : https://github.com/partiql/partiql-lang-kotlin/compare/v0.13.2-alpha...v0.14.0-alpha
975
978
[ 0.13.2-alpha ] : https://github.com/partiql/partiql-lang-kotlin/compare/v0.13.1-alpha...v0.13.2-alpha
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ This project is published to [Maven Central](https://search.maven.org/artifact/o
31
31
32
32
| Group ID | Artifact ID | Recommended Version |
33
33
| ---------------| -----------------------| ---------------------|
34
- | ` org.partiql ` | ` partiql-lang-kotlin ` | ` 0.14.1 ` |
34
+ | ` org.partiql ` | ` partiql-lang-kotlin ` | ` 0.14.2 ` |
35
35
36
36
37
37
For Maven builds, add the following to your ` pom.xml ` :
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ object Versions {
31
31
const val gson = " 2.10.1"
32
32
const val guava = " 31.1-jre"
33
33
const val ionElement = " 1.0.0"
34
- const val ionJava = " 1.10.2 "
34
+ const val ionJava = " 1.11.1 "
35
35
const val ionSchema = " 1.2.1"
36
36
const val jansi = " 2.4.0"
37
37
const val jgenhtml = " 1.6"
Original file line number Diff line number Diff line change 1
1
group =org.partiql
2
- version =0.14.2-SNAPSHOT
2
+ version =0.14.2
3
3
4
4
ossrhUsername =EMPTY
5
5
ossrhPassword =EMPTY
You can’t perform that action at this time.
0 commit comments