chore: release version v2.0.0-rc.3

This commit is contained in:
Zach Daniel 2024-04-01 13:59:29 -04:00
parent eb08fed28b
commit e6fbda3a12
2 changed files with 12 additions and 1 deletions

View file

@ -5,6 +5,17 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline
<!-- changelog -->
## [v2.0.0-rc.3](https://github.com/ash-project/ash_postgres/compare/v2.0.0-rc.2...v2.0.0-rc.3) (2024-04-01)
### Improvements:
* fixes for 3.0 changes and AshSql changes
* move many internals out to `AshSql` package
## [v2.0.0-rc.2](https://github.com/ash-project/ash_postgres/compare/v2.0.0-rc.1...v2.0.0-rc.2) (2024-03-29)
### Breaking Changes:

View file

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