chore: release version v1.0.0-rc.2

This commit is contained in:
Zach Daniel 2022-09-06 18:35:41 -04:00
parent 170b9fc9e7
commit 6336da1af3
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.2](https://github.com/ash-project/ash_postgres/compare/v1.0.0-rc.1...v1.0.0-rc.2) (2022-09-06)
### Improvements:
* support latest ash `exists/2` expr
## [v1.0.0-rc.1](https://github.com/ash-project/ash_postgres/compare/v1.0.0-rc.0...v1.0.0-rc.1) (2022-09-04)

View file

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