chore: release version v3.0.0-rc.25

This commit is contained in:
Zach Daniel 2024-04-17 15:08:39 +01:00
parent 28136ec43f
commit 975a100c15
3 changed files with 17 additions and 2 deletions

View file

@ -5,6 +5,21 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline
<!-- changelog -->
## [v3.0.0-rc.25](https://github.com/ash-project/ash/compare/v3.0.0-rc.24...v3.0.0-rc.25) (2024-04-17)
### Bug Fixes:
* ensure validations are considered atomic
* ensure tenant and actor are properly set in `Ash.can?`
### Improvements:
* better eager expression parsing and atomic error anticipation
## [v3.0.0-rc.24](https://github.com/ash-project/ash/compare/v3.0.0-rc.23...v3.0.0-rc.24) (2024-04-16)

View file

@ -10,7 +10,7 @@
```elixir
def deps do
[
{:ash, "~> 3.0.0-rc.24"}
{:ash, "~> 3.0.0-rc.25"}
]
end
```

View file

@ -7,7 +7,7 @@ defmodule Ash.MixProject do
designed to be used by multiple front ends.
"""
@version "3.0.0-rc.24"
@version "3.0.0-rc.25"
def project do
[