chore: release version v3.0.13

This commit is contained in:
Zach Daniel 2024-06-17 11:26:06 -04:00
parent fa5d4a1a96
commit 377760cd57
2 changed files with 20 additions and 1 deletions

View file

@ -2,6 +2,25 @@
<!-- changelog --> <!-- changelog -->
## [v3.0.13](https://github.com/ash-project/ash/compare/v3.0.12...v3.0.13) (2024-06-17)
### Bug Fixes:
* don't start async limiter tasks if async is disabled
* properly set default timeout to `:infinity`
* pass down `identity` when doing upserts, for new feature support
* ensure that `before_transaction` hook errors fail the operation
* ensure that `before_transaction` hook errors still trigger `after_transaction` hooks
* abort bulk updates on before transaction hook errors
## [v3.0.12](https://github.com/ash-project/ash/compare/v3.0.11...v3.0.12) (2024-06-14) ## [v3.0.12](https://github.com/ash-project/ash/compare/v3.0.11...v3.0.12) (2024-06-14)

View file

@ -6,7 +6,7 @@ defmodule Ash.MixProject do
A declarative, extensible framework for building Elixir applications. A declarative, extensible framework for building Elixir applications.
""" """
@version "3.0.12" @version "3.0.13"
def project do def project do
[ [