chore: release version v1.3.4

This commit is contained in:
Zach Daniel 2023-01-27 20:54:52 -05:00
parent ce3cb0f2df
commit 613e06c2d6
2 changed files with 18 additions and 1 deletions

View file

@ -5,6 +5,23 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline
<!-- changelog -->
## [v1.3.4](https://github.com/ash-project/ash_postgres/compare/v1.3.3...v1.3.4) (2023-01-28)
### Bug Fixes:
* support latest ecto interop changes in ash core
### Improvements:
* properly cast division to floats for elixir-y behavior
* support for dynamically set repo
* update ash
## [v1.3.3](https://github.com/ash-project/ash_postgres/compare/v1.3.2...v1.3.3) (2023-01-18)

View file

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