Skip to content

Commit ea9d09c

Browse files
committed
chore: release version v2.6.0
1 parent a6c2f2e commit ea9d09c

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

CHANGELOG.md

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

66
<!-- changelog -->
77

8+
## [v2.6.0](https://github.com/ash-project/ash_postgres/compare/v2.5.22...v2.6.0) (2025-05-30)
9+
10+
11+
12+
13+
### Features:
14+
15+
* --dev flag for codegen (#555)
16+
17+
### Bug Fixes:
18+
19+
* properly encode decimal scale & preicison into snapshots
20+
21+
### Improvements:
22+
23+
* use new `PendingCodegen` error
24+
25+
* assume not renaming when generating dev migrations
26+
27+
* support scale & precision in decimal types
28+
829
## [v2.5.22](https://github.com/ash-project/ash_postgres/compare/v2.5.21...v2.5.22) (2025-05-22)
930

1031

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.5.22"
8+
@version "2.6.0"
99

1010
def project do
1111
[

0 commit comments

Comments
 (0)