chore: release version v1.3.61

This commit is contained in:
Zach Daniel 2023-11-15 17:00:07 -05:00
parent 4d672ba088
commit 2d34ad1e56
2 changed files with 22 additions and 1 deletions

View file

@ -5,6 +5,27 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline
<!-- changelog -->
## [v1.3.61](https://github.com/ash-project/ash_postgres/compare/v1.3.60...v1.3.61) (2023-11-15)
### Bug Fixes:
* don't append update_defaults automatically if `upsert_fields` was set
* don't ensure repo compiled at compile time
* handle additional case for new functional repo callback
* get resource from proper bindings on `exists` query
### Improvements:
* support a 2 argument function for the repo option
* spport `CURRENT_DATE` default
## [v1.3.60](https://github.com/ash-project/ash_postgres/compare/v1.3.59...v1.3.60) (2023-10-27)

View file

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