chore: release version v3.0.0-rc.42

This commit is contained in:
Zach Daniel 2024-05-03 10:38:30 -04:00
parent a49b951d32
commit 06d7231458
2 changed files with 10 additions and 1 deletions

View file

@ -5,6 +5,15 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline
<!-- changelog -->
## [v3.0.0-rc.42](https://github.com/ash-project/ash/compare/v3.0.0-rc.41...v3.0.0-rc.42) (2024-05-03)
### Bug Fixes:
* ensure transaction is rolled back on data layer errors during streaming
## [v3.0.0-rc.41](https://github.com/ash-project/ash/compare/v3.0.0-rc.40...v3.0.0-rc.41) (2024-05-03)

View file

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