File tree Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,19 @@ See [Conventional Commits](https://www.conventionalcommits.org) for commit guide
1111
1212<!-- changelog -->
1313
14+ ## [ v2.6.26] ( https://github.com/ash-project/ash_postgres/compare/v2.6.25...v2.6.26 ) (2025-11-23)
15+
16+
17+
18+
19+ ### Improvements:
20+
21+ * add generator to tsvector type (#655 ) by Jesse Williams
22+
23+ * verify check constraint attributes at compile time by Zach Daniel
24+
25+ * update deps for bug fixes by Zach Daniel
26+
1427## [ v2.6.25] ( https://github.com/ash-project/ash_postgres/compare/v2.6.24...v2.6.25 ) (2025-11-05)
1528
1629
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ defmodule AshPostgres.MixProject do
99 The PostgreSQL data layer for Ash Framework
1010 """
1111
12- @ version "2.6.25 "
12+ @ version "2.6.26 "
1313
1414 def project do
1515 [
You can’t perform that action at this time.
0 commit comments