File tree Expand file tree Collapse file tree 3 files changed +6
-4
lines changed Expand file tree Collapse file tree 3 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ Thank you to all who have contributed!
25
25
26
26
-->
27
27
28
- ## [ Unreleased ]
28
+ ## [ 0.14.1 ] - 2024-01-03
29
29
30
30
### Added
31
31
- Adds the ability to define a user-defined-function in ` ConnectorMetadata `
@@ -46,6 +46,7 @@ Thank you to all who have contributed!
46
46
Thank you to all who have contributed!
47
47
- @rchowell
48
48
- @johnedquinn
49
+ - @yliuuuu
49
50
50
51
## [ 0.14.0-alpha] - 2023-12-15
51
52
@@ -950,7 +951,8 @@ breaking changes if migrating from v0.9.2. The breaking changes accidentally int
950
951
### Added
951
952
Initial alpha release of PartiQL.
952
953
953
- [ Unreleased ] : https://github.com/partiql/partiql-lang-kotlin/compare/v0.13.2-alpha...HEAD
954
+ [ Unreleased ] : https://github.com/partiql/partiql-lang-kotlin/compare/v0.14.1...HEAD
955
+ [ 0.14.1 ] : https://github.com/partiql/partiql-lang-kotlin/compare/v0.14.0-alpha...v0.14.1
954
956
[ 0.14.0-alpha ] : https://github.com/partiql/partiql-lang-kotlin/compare/v0.13.2-alpha...v0.14.0-alpha
955
957
[ 0.13.2-alpha ] : https://github.com/partiql/partiql-lang-kotlin/compare/v0.13.1-alpha...v0.13.2-alpha
956
958
[ 0.13.1-alpha ] : https://github.com/partiql/partiql-lang-kotlin/compare/v0.13.0-alpha...v0.13.1-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.0 ` |
34
+ | ` org.partiql ` | ` partiql-lang-kotlin ` | ` 0.14.1 ` |
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 1
1
group =org.partiql
2
- version =0.14.1-SNAPSHOT
2
+ version =0.14.1
3
3
4
4
ossrhUsername =EMPTY
5
5
ossrhPassword =EMPTY
You can’t perform that action at this time.
0 commit comments