File tree Expand file tree Collapse file tree 2 files changed +20
-1
lines changed Expand file tree Collapse file tree 2 files changed +20
-1
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,25 @@ See [Conventional Commits](https://www.conventionalcommits.org) for commit guide
5
5
6
6
<!-- changelog -->
7
7
8
+ ## [ v2.6.4] ( https://github.com/ash-project/ash_postgres/compare/v2.6.3...v2.6.4 ) (2025-06-09)
9
+
10
+
11
+
12
+
13
+ ### Bug Fixes:
14
+
15
+ * reenable migrate task
16
+
17
+ * use ` force: true ` , not ` force?: true ` calling mix.generator
18
+
19
+ * casting integers to string in expressions works as intended (#564 )
20
+
21
+ * use better wrappers around string/ci_string
22
+
23
+ ### Improvements:
24
+
25
+ * add ` c:AshPostgres.Repo.create_schemas_in_migrations? ` callback
26
+
8
27
## [ v2.6.3] ( https://github.com/ash-project/ash_postgres/compare/v2.6.2...v2.6.3 ) (2025-06-04)
9
28
10
29
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ defmodule AshPostgres.MixProject do
5
5
The PostgreSQL data layer for Ash Framework
6
6
"""
7
7
8
- @ version "2.6.3 "
8
+ @ version "2.6.4 "
9
9
10
10
def project do
11
11
[
You can’t perform that action at this time.
0 commit comments