Skip to content

Commit 05ab20e

Browse files
committed
release: v1.3.2
1 parent 1f7b6f9 commit 05ab20e

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,23 @@ Thank you to all who have contributed!
2525

2626
## [Unreleased](https://TODO.com) - YYYY-MM-DD
2727

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+
2845
### Added
2946
- Add auto cast support for `TIME``TIME WITH TIME ZONE`, `DATE``TIMESTAMP``TIMESTAMP WITH TIME ZONE`
3047
- Implement DATE_DIFF function

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=1.3.2-SNAPSHOT
2+
version=1.3.2
33

44
ossrhUsername=EMPTY
55
ossrhPassword=EMPTY

0 commit comments

Comments
 (0)