We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f7b6f9 commit 05ab20eCopy full SHA for 05ab20e
CHANGELOG.md
@@ -25,6 +25,23 @@ Thank you to all who have contributed!
25
26
## [Unreleased](https://TODO.com) - YYYY-MM-DD
27
28
+### Added
29
+
30
+### Changed
31
32
+### Deprecated
33
34
+### Fixed
35
36
+### Removed
37
38
+### Security
39
40
+### Contributors
41
+Thank you to all who have contributed!
42
43
+## [1.3.2](https://TODO.com) - 2025-11-19
44
45
### Added
46
- Add auto cast support for `TIME` ↔ `TIME WITH TIME ZONE`, `DATE` ↔ `TIMESTAMP` ↔ `TIMESTAMP WITH TIME ZONE`
47
- Implement DATE_DIFF function
gradle.properties
@@ -1,5 +1,5 @@
1
group=org.partiql
2
-version=1.3.2-SNAPSHOT
+version=1.3.2
3
4
ossrhUsername=EMPTY
5
ossrhPassword=EMPTY
0 commit comments