Skip to content

Commit 591d7aa

Browse files
authored
Prepares v0.13.0 release (#1202)
1 parent 2155d3b commit 591d7aa

File tree

3 files changed

+20
-2
lines changed

3 files changed

+20
-2
lines changed

CHANGELOG.md

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

2929
## [Unreleased]
3030

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+
3149
### Added
3250
- Adds `org.partiql.value` (experimental) package for reading/writing PartiQL values
3351
- Adds function overloading to the `CompilerPipeline` and experimental `PartiQLCompilerPipeline`.

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.12.0` |
34+
| `org.partiql` | `partiql-lang-kotlin` | `0.13.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.12.1-SNAPSHOT
2+
version=0.13.0
33

44
ossrhUsername=EMPTY
55
ossrhPassword=EMPTY

0 commit comments

Comments
 (0)