We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b830abc commit b9c38f9Copy full SHA for b9c38f9
CHANGELOG.md
@@ -5,6 +5,15 @@ See [Conventional Commits](https://www.conventionalcommits.org) for commit guide
5
6
<!-- changelog -->
7
8
+## [v2.5.13](https://github.com/ash-project/ash_postgres/compare/v2.5.12...v2.5.13) (2025-03-25)
9
+
10
11
12
13
+### Bug Fixes:
14
15
+* order when renaming attribute with an index (#514)
16
17
## [v2.5.12](https://github.com/ash-project/ash_postgres/compare/v2.5.11...v2.5.12) (2025-03-18)
18
19
mix.exs
@@ -5,7 +5,7 @@ defmodule AshPostgres.MixProject do
The PostgreSQL data layer for Ash Framework
"""
- @version "2.5.12"
+ @version "2.5.13"
def project do
[
0 commit comments