chore: release version v1.3.0-rc.1

This commit is contained in:
Zach Daniel 2023-01-06 17:06:10 -05:00
parent 3c496512e2
commit f65c936a54
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 -->
## [v1.3.0-rc.1](https://github.com/ash-project/ash_postgres/compare/v1.3.0-rc.0...v1.3.0-rc.1) (2023-01-06)
### Bug Fixes:
* use `parent_expr` instead of `this`
* various expression & type building fixes
## [v1.3.0-rc.0](https://github.com/ash-project/ash_postgres/compare/v1.2.6...v1.3.0-rc.0) (2023-01-04)

View file

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