Skip to content

Commit ba19d1e

Browse files
committed
Prepares v0.14.1 release
1 parent dabd760 commit ba19d1e

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

CHANGELOG.md

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

28-
## [Unreleased]
28+
## [0.14.1] - 2024-01-03
2929

3030
### Added
3131
- Adds the ability to define a user-defined-function in `ConnectorMetadata`
@@ -46,6 +46,7 @@ Thank you to all who have contributed!
4646
Thank you to all who have contributed!
4747
- @rchowell
4848
- @johnedquinn
49+
- @yliuuuu
4950

5051
## [0.14.0-alpha] - 2023-12-15
5152

@@ -950,7 +951,8 @@ breaking changes if migrating from v0.9.2. The breaking changes accidentally int
950951
### Added
951952
Initial alpha release of PartiQL.
952953

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
954956
[0.14.0-alpha]: https://github.com/partiql/partiql-lang-kotlin/compare/v0.13.2-alpha...v0.14.0-alpha
955957
[0.13.2-alpha]: https://github.com/partiql/partiql-lang-kotlin/compare/v0.13.1-alpha...v0.13.2-alpha
956958
[0.13.1-alpha]: https://github.com/partiql/partiql-lang-kotlin/compare/v0.13.0-alpha...v0.13.1-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.0` |
34+
| `org.partiql` | `partiql-lang-kotlin` | `0.14.1` |
3535

3636

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

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.14.1-SNAPSHOT
2+
version=0.14.1
33

44
ossrhUsername=EMPTY
55
ossrhPassword=EMPTY

0 commit comments

Comments
 (0)