chore: release version v1.0.0-rc.3

This commit is contained in:
Zach Daniel 2022-09-12 13:45:57 -04:00
parent 79879e0bd6
commit 902f02786b
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 -->
## [v1.0.0-rc.3](https://github.com/ash-project/ash_postgres/compare/v1.0.0-rc.2...v1.0.0-rc.3) (2022-09-12)
### Bug Fixes:
* keep unique index keys in order in migrations
## [v1.0.0-rc.2](https://github.com/ash-project/ash_postgres/compare/v1.0.0-rc.1...v1.0.0-rc.2) (2022-09-06)

View file

@ -6,7 +6,7 @@ defmodule AshPostgres.MixProject do
support, and delegates to a configured repo.
"""
@version "1.0.0-rc.2"
@version "1.0.0-rc.3"
def project do
[