File tree Expand file tree Collapse file tree 3 files changed +21
-2
lines changed Expand file tree Collapse file tree 3 files changed +21
-2
lines changed Original file line number Diff line number Diff line change @@ -27,6 +27,24 @@ Thank you to all who have contributed!
27
27
28
28
## [ Unreleased]
29
29
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
+
30
48
### Added
31
49
- Adds top-level IR node creation functions.
32
50
- Adds ` componentN ` functions (destructuring) to IR nodes via Kotlin data classes
@@ -73,6 +91,7 @@ Thank you to all who have contributed!
73
91
Thank you to all who have contributed!
74
92
- @rchowell
75
93
- @johnedquinn
94
+ - @yliuuuu
76
95
- @alancai98
77
96
78
97
## [ 0.13.2-alpha] - 2023-09-29
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.13.2 ` |
34
+ | ` org.partiql ` | ` partiql-lang-kotlin ` | ` 0.14.0 ` |
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.0-SNAPSHOT
2
+ version =0.14.0
3
3
4
4
ossrhUsername =EMPTY
5
5
ossrhPassword =EMPTY
You can’t perform that action at this time.
0 commit comments