chore: release version v1.3.41

This commit is contained in:
Zach Daniel 2023-08-08 12:18:41 -07:00
parent 4a02d8c6ad
commit de2817dfa1
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.41](https://github.com/ash-project/ash_postgres/compare/v1.3.40...v1.3.41) (2023-08-08)
### Bug Fixes:
* handle interaction between distinct, join filters and sort
### Improvements:
* custom-extension implementation (#162)
* custom-extension implementation
* allow adding custom-extension by module's reference and fixes formatting
* support new `from_many?` option
* subquery after distinct to handle distinct
## [v1.3.40](https://github.com/ash-project/ash_postgres/compare/v1.3.39...v1.3.40) (2023-08-01)

View file

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