chore: release version v2.0.10

This commit is contained in:
Zach Daniel 2024-06-18 16:37:56 -04:00
parent 526020e26c
commit c539e53f12
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 -->
## [v2.0.10](https://github.com/ash-project/ash_postgres/compare/v2.0.9...v2.0.10) (2024-06-18)
### Bug Fixes:
* update ash_sql to fix query generation issues
* ensure that parens are always added to calculation generated SQL
* properly get calculation sql
### Improvements:
* better type handling using new type inference
* identities w/ calculations and where clauses in upserts
## [v2.0.9](https://github.com/ash-project/ash_postgres/compare/v2.0.8...v2.0.9) (2024-06-13)

View file

@ -5,7 +5,7 @@ defmodule AshPostgres.MixProject do
The PostgreSQL data layer for Ash Framework
"""
@version "2.0.9"
@version "2.0.10"
def project do
[