Skip to content

Commit

Permalink
chore: release version v3.0.0-rc.25
Browse files Browse the repository at this point in the history
  • Loading branch information
zachdaniel committed Apr 17, 2024
1 parent 28136ec commit 975a100
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
```elixir
def deps do
[
{:ash, "~> 3.0.0-rc.24"}
{:ash, "~> 3.0.0-rc.25"}
]
end
```
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -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
[
Expand Down

0 comments on commit 975a100

Please sign in to comment.