Skip to content

Commit

Permalink
chore: release version v2.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zachdaniel committed Jan 20, 2025
1 parent 22915b6 commit e2df7b6
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 1 deletion.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,29 @@ See [Conventional Commits](https://www.conventionalcommits.org) for commit guide

<!-- changelog -->

## [v2.5.0](https://github.com/ash-project/ash_postgres/compare/v2.4.22...v2.5.0) (2025-01-20)




### Features:

* add repo callback to disable atomic actions and error expressions (#464)

### Bug Fixes:

* generate a repo when selecting one

* handle regex match correctly (#460)

### Improvements:

* use prettier SQL in `Ash.calculate`

* add `c:AshPostgres.Repo.default_constraint_match_type`

* mark ash_raise_error as STABLE

## [v2.4.22](https://github.com/ash-project/ash_postgres/compare/v2.4.21...v2.4.22) (2025-01-13)


Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ defmodule AshPostgres.MixProject do
The PostgreSQL data layer for Ash Framework
"""

@version "2.4.22"
@version "2.5.0"

def project do
[
Expand Down

0 comments on commit e2df7b6

Please sign in to comment.