chore: release version v3.0.6

This commit is contained in:
Zach Daniel 2024-05-23 18:35:01 -04:00
parent 808692bbd7
commit 8b1ce5e5a0
2 changed files with 16 additions and 1 deletions

View file

@ -2,6 +2,21 @@
<!-- changelog -->
## [v3.0.6](https://github.com/ash-project/ash/compare/v3.0.5...v3.0.6) (2024-05-23)
### Bug Fixes:
* improve non-atomic-upgrade policy handling
* ensure we have a primary key for certain kinds of calculations:
* handle subquery-requiring calculations in `calculate/2`
* mixup between atomic upsert vs update capability of datalayers (#1198)
## [v3.0.5](https://github.com/ash-project/ash/compare/v3.0.4...v3.0.5) (2024-05-23)

View file

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