chore: release version v0.41.0-rc.3

This commit is contained in:
Zach Daniel 2021-09-20 20:48:33 -04:00
parent b9afd37eb7
commit ed5118fe65
2 changed files with 16 additions and 1 deletions

View file

@ -5,6 +5,21 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline
<!-- changelog -->
## [v0.41.0-rc.3](https://github.com/ash-project/ash_postgres/compare/v0.41.0-rc.2...v0.41.0-rc.3) (2021-09-21)
### Bug Fixes:
* handle nil values in snapshots better
* remove unused field from snapshot parsing
### Improvements:
* support `custom_indexes`
## [v0.41.0-rc.2](https://github.com/ash-project/ash_postgres/compare/v0.41.0-rc.1...v0.41.0-rc.2) (2021-09-21)

View file

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