File tree Expand file tree Collapse file tree 3 files changed +9
-6
lines changed Expand file tree Collapse file tree 3 files changed +9
-6
lines changed Original file line number Diff line number Diff line change @@ -8,9 +8,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
8
8
## [Unreleased]
9
9
10
10
### 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()`.
14
11
15
12
### Changed
16
13
@@ -28,9 +25,12 @@ Thank you to all who have contributed!
28
25
29
26
-->
30
27
31
- ## [ Unreleased ]
28
+ ## [ 0.13.2 ]
32
29
33
30
### 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() ` .
34
34
- Support parsing, planning, and evaluation of Bitwise AND operator (&).
35
35
- The Bitwise And Operator only works for integer operands.
36
36
- 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!
54
54
### Contributors
55
55
Thank you to all who have contributed!
56
56
- @johnedquinn
57
+ - @RCHowell
58
+ - @yliuuuu
59
+ - @alanca98
57
60
58
61
## [ 0.13.1] - 2023-09-19
59
62
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.1 ` |
34
+ | ` org.partiql ` | ` partiql-lang-kotlin ` | ` 0.13.2 ` |
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.13.2-SNAPSHOT
2
+ version =0.13.2
3
3
4
4
ossrhUsername =EMPTY
5
5
ossrhPassword =EMPTY
You can’t perform that action at this time.
0 commit comments