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 1492fc5 commit 6238948Copy full SHA for 6238948
CHANGELOG.md
@@ -5,6 +5,15 @@ See [Conventional Commits](https://www.conventionalcommits.org) for commit guide
5
6
<!-- changelog -->
7
8
+## [v2.6.3](https://github.com/ash-project/ash_postgres/compare/v2.6.2...v2.6.3) (2025-06-04)
9
+
10
11
12
13
+### Bug Fixes:
14
15
+* undo change for timestamptz usec, retaining precision
16
17
## [v2.6.2](https://github.com/ash-project/ash_postgres/compare/v2.6.1...v2.6.2) (2025-06-04)
18
19
mix.exs
@@ -5,7 +5,7 @@ defmodule AshPostgres.MixProject do
The PostgreSQL data layer for Ash Framework
"""
- @version "2.6.2"
+ @version "2.6.3"
def project do
[
0 commit comments