chore: release version v0.43.0

This commit is contained in:
Zach Daniel 2022-08-05 15:27:53 -04:00
parent eb2bd267cb
commit bf178ea8fb
2 changed files with 20 additions and 1 deletions

View file

@ -5,6 +5,25 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline
<!-- changelog -->
## [v0.43.0](https://github.com/ash-project/ash_postgres/compare/v0.42.0-rc.7...v0.43.0) (2022-08-05)
### Bug Fixes:
* properly order check constraints
* remove check constraints before adding them
### Improvements:
* fix typecasting for calculations & embed access
* add custom_statements to migration generator
* support `||` and `&&`
## [v0.42.0-rc.7](https://github.com/ash-project/ash_postgres/compare/v0.42.0-rc.6...v0.42.0-rc.7) (2022-07-14)

View file

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