Skip to content

Commit 67bb008

Browse files
yliuuuualancai98
andauthored
Prepare v0.14.0 release (#1276)
Co-authored-by: Alan Cai <[email protected]>
1 parent 7dcdaac commit 67bb008

File tree

3 files changed

+21
-2
lines changed

3 files changed

+21
-2
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,24 @@ Thank you to all who have contributed!
2727

2828
## [Unreleased]
2929

30+
### Added
31+
32+
### Changed
33+
34+
### Deprecated
35+
36+
### Fixed
37+
38+
### Removed
39+
40+
### Security
41+
42+
### Contributors
43+
Thank you to all who have contributed!
44+
- @<your-username>
45+
46+
## [0.14.0-alpha] - 2023-12-15
47+
3048
### Added
3149
- Adds top-level IR node creation functions.
3250
- Adds `componentN` functions (destructuring) to IR nodes via Kotlin data classes
@@ -73,6 +91,7 @@ Thank you to all who have contributed!
7391
Thank you to all who have contributed!
7492
- @rchowell
7593
- @johnedquinn
94+
- @yliuuuu
7695
- @alancai98
7796

7897
## [0.13.2-alpha] - 2023-09-29

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.13.2` |
34+
| `org.partiql` | `partiql-lang-kotlin` | `0.14.0` |
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.0-SNAPSHOT
2+
version=0.14.0
33

44
ossrhUsername=EMPTY
55
ossrhPassword=EMPTY

0 commit comments

Comments
 (0)