chore: release version v1.0.0-rc.5

This commit is contained in:
Zach Daniel 2022-09-15 17:09:25 -04:00
parent ee45ee3015
commit 0fa1ee05f4
2 changed files with 14 additions and 1 deletions

View file

@ -5,6 +5,19 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline
<!-- changelog -->
## [v1.0.0-rc.5](https://github.com/ash-project/ash_postgres/compare/v1.0.0-rc.4...v1.0.0-rc.5) (2022-09-15)
### Improvements:
* update to latest ash
* implement Length function (#111)
* upgrade to latest ash
## [v1.0.0-rc.4](https://github.com/ash-project/ash_postgres/compare/v1.0.0-rc.3...v1.0.0-rc.4) (2022-09-14)

View file

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