chore: release version v2.0.3

This commit is contained in:
Zach Daniel 2024-05-22 17:49:49 -04:00
parent a372b6fd55
commit 249fa7a89a
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.3](https://github.com/ash-project/ash_postgres/compare/v2.0.2...v2.0.3) (2024-05-22)
### Bug Fixes:
* handle complex maps/list on update
* support anonymous aggregates in sorts
* ensure parent_as bindings properly reference binding names
* add and remove custom indexes in tandem properly
### Improvements:
* support `on_delete: :nilify` for specific columns (#289)
## [v2.0.2](https://github.com/ash-project/ash_postgres/compare/v2.0.1...v2.0.2) (2024-05-15)

View file

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