Skip to content

Commit dc81e68

Browse files
committed
chore: release version v2.6.4
1 parent f3465d2 commit dc81e68

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,25 @@ See [Conventional Commits](https://www.conventionalcommits.org) for commit guide
55

66
<!-- changelog -->
77

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+
827
## [v2.6.3](https://github.com/ash-project/ash_postgres/compare/v2.6.2...v2.6.3) (2025-06-04)
928

1029

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ defmodule AshPostgres.MixProject do
55
The PostgreSQL data layer for Ash Framework
66
"""
77

8-
@version "2.6.3"
8+
@version "2.6.4"
99

1010
def project do
1111
[

0 commit comments

Comments
 (0)