Skip to content

Commit c6bf4ae

Browse files
authored
Prepare v0.13.2 release (#1235)
1 parent c7432aa commit c6bf4ae

File tree

3 files changed

+9
-6
lines changed

3 files changed

+9
-6
lines changed

CHANGELOG.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
88
## [Unreleased]
99
1010
### Added
11-
- Adds overridden `toString()` method for Sprout-generated code.
12-
- Adds CURRENT_DATE session variable to PartiQL.g4 and PartiQLParser
13-
- Adds configurable AST to SQL pretty printer. Usage in Java `AstKt.sql(ast)` or in Kotlin `ast.sql()`.
1411
1512
### Changed
1613
@@ -28,9 +25,12 @@ Thank you to all who have contributed!
2825
2926
-->
3027

31-
## [Unreleased]
28+
## [0.13.2]
3229

3330
### Added
31+
- Adds overridden `toString()` method for Sprout-generated code.
32+
- Adds CURRENT_DATE session variable to PartiQL.g4 and PartiQLParser
33+
- Adds configurable AST to SQL pretty printer. Usage in Java `AstKt.sql(ast)` or in Kotlin `ast.sql()`.
3434
- Support parsing, planning, and evaluation of Bitwise AND operator (&).
3535
- The Bitwise And Operator only works for integer operands.
3636
- The operator precedence may change based on the pending operator precedence [RFC](https://github.com/partiql/partiql-docs/issues/50).
@@ -54,6 +54,9 @@ Thank you to all who have contributed!
5454
### Contributors
5555
Thank you to all who have contributed!
5656
- @johnedquinn
57+
- @RCHowell
58+
- @yliuuuu
59+
- @alanca98
5760

5861
## [0.13.1] - 2023-09-19
5962

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

44
ossrhUsername=EMPTY
55
ossrhPassword=EMPTY

0 commit comments

Comments
 (0)