chore: release version v1.3.57

This commit is contained in:
Zach Daniel 2023-10-17 12:26:49 -04:00
parent 2eb7f34e9f
commit efcac93d1c
2 changed files with 10 additions and 1 deletions

View file

@ -5,6 +5,15 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline
<!-- changelog --> <!-- changelog -->
## [v1.3.57](https://github.com/ash-project/ash_postgres/compare/v1.3.56...v1.3.57) (2023-10-17)
### Improvements:
* allow for combining `AshPostgres.Repo` with other repos
## [v1.3.56](https://github.com/ash-project/ash_postgres/compare/v1.3.55...v1.3.56) (2023-10-11) ## [v1.3.56](https://github.com/ash-project/ash_postgres/compare/v1.3.55...v1.3.56) (2023-10-11)

View file

@ -6,7 +6,7 @@ defmodule AshPostgres.MixProject do
support, and delegates to a configured repo. support, and delegates to a configured repo.
""" """
@version "1.3.56" @version "1.3.57"
def project do def project do
[ [