From 975a100c15517218a9d2895161efe1d872fa6053 Mon Sep 17 00:00:00 2001 From: Zach Daniel Date: Wed, 17 Apr 2024 15:08:39 +0100 Subject: [PATCH] chore: release version v3.0.0-rc.25 --- CHANGELOG.md | 15 +++++++++++++++ README.md | 2 +- mix.exs | 2 +- 3 files changed, 17 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 94207f86..08e5c8f7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,21 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline +## [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) diff --git a/README.md b/README.md index b0e3f54e..5b236825 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ ```elixir def deps do [ - {:ash, "~> 3.0.0-rc.24"} + {:ash, "~> 3.0.0-rc.25"} ] end ``` diff --git a/mix.exs b/mix.exs index ace8912d..93bd0776 100644 --- a/mix.exs +++ b/mix.exs @@ -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 [