Skip to content

Commit

Permalink
chore: release version v2.4.13
Browse files Browse the repository at this point in the history
  • Loading branch information
zachdaniel committed Nov 26, 2024
1 parent 1cfb446 commit 7bdb77d
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,25 @@ See [Conventional Commits](https://www.conventionalcommits.org) for commit guide

<!-- changelog -->

## [v2.4.13](https://github.com/ash-project/ash_postgres/compare/v2.4.12...v2.4.13) (2024-11-26)




### Bug Fixes:

* honor the `snapshots_only` option

### Improvements:

* honor repo configuration in migration generator

* honor `:priv` in migration generator, and make it explicitly configurable

* add tests for calculations through from_many? relationships

* don't generate task aliases that run seeds in test

## [v2.4.12](https://github.com/ash-project/ash_postgres/compare/v2.4.11...v2.4.12) (2024-10-30)

### Bug Fixes:
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.12"
@version "2.4.13"

def project do
[
Expand Down

0 comments on commit 7bdb77d

Please sign in to comment.