chore: release version v2.20.1

This commit is contained in:
Zach Daniel 2024-03-11 11:35:05 -04:00
parent 40977bce4f
commit e63b8f3b39
4 changed files with 22 additions and 3 deletions

View file

@ -5,6 +5,25 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline
<!-- changelog -->
## [v2.20.1](https://github.com/ash-project/ash/compare/v2.20.0...v2.20.1) (2024-03-11)
### Bug Fixes:
* typespec for `action` policy check supports list of action names (#924)
* ensure that message is honored in atomic validations
* don't require actor when constructing aggregate query
### Improvements:
* store casted values even if they are `nil`
* Ash.Reactor: Backport improvements from 3.0 branch.
## [v2.20.0](https://github.com/ash-project/ash/compare/v2.19.14...v2.20.0) (2024-03-05)

View file

@ -10,7 +10,7 @@
```elixir
def deps do
[
{:ash, "~> 2.20.0"}
{:ash, "~> 2.20.1"}
]
end
```

View file

@ -87,7 +87,7 @@ defp deps do
[
# {:dep_from_hexpm, "~> 0.3.0"},
# {:dep_from_git, git: "https://github.com/elixir-lang/my_dep.git", tag: "0.1.0"},
{:ash, "~> 2.20.0"} # <-- add this line
{:ash, "~> 2.20.1"} # <-- add this line
]
end
```

View file

@ -7,7 +7,7 @@ defmodule Ash.MixProject do
designed to be used by multiple front ends.
"""
@version "2.20.0"
@version "2.20.1"
def project do
[