File tree Expand file tree Collapse file tree 3 files changed +20
-2
lines changed Expand file tree Collapse file tree 3 files changed +20
-2
lines changed Original file line number Diff line number Diff line change @@ -28,6 +28,24 @@ Thank you to all who have contributed!
28
28
29
29
## [ Unreleased]
30
30
31
+ ### Added
32
+
33
+ ### Changed
34
+
35
+ ### Deprecated
36
+
37
+ ### Fixed
38
+
39
+ ### Removed
40
+
41
+ ### Security
42
+
43
+ ### Contributors
44
+ Thank you to all who have contributed!
45
+ - @<your-username >
46
+
47
+ ## [ 0.13.0] - 2023-09-07
48
+
31
49
### Added
32
50
- Adds ` org.partiql.value ` (experimental) package for reading/writing PartiQL values
33
51
- Adds function overloading to the ` CompilerPipeline ` and experimental ` PartiQLCompilerPipeline ` .
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.12 .0 ` |
34
+ | ` org.partiql ` | ` partiql-lang-kotlin ` | ` 0.13 .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.12.1-SNAPSHOT
2
+ version =0.13.0
3
3
4
4
ossrhUsername =EMPTY
5
5
ossrhPassword =EMPTY
You can’t perform that action at this time.
0 commit comments