Skip to content

Commit

Permalink
chore: release version v3.4.64
Browse files Browse the repository at this point in the history
  • Loading branch information
zachdaniel committed Feb 17, 2025
1 parent 84c207c commit d112e84
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 1 deletion.
27 changes: 27 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,33 @@

<!-- changelog -->

## [v3.4.64](https://github.com/ash-project/ash/compare/v3.4.63...v3.4.64) (2025-02-17)




### Bug Fixes:

* use undo action in generic action undo

* handle generic actions with no return

* ensure atomic `set_attribute` behaves the same as non-atomic

* Missing actor on aggregate resource call (#1796)

* Missing actor on aggregate call (#1793)

### Improvements:

* support receiving the inputs when undoing generic actions

* simplify & unify sort/sort_input logic

* support related sorts everywhere (not just sort_input)

* add field names to identities (#1786)

## [v3.4.63](https://github.com/ash-project/ash/compare/v3.4.62...v3.4.63) (2025-02-11)


Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ defmodule Ash.MixProject do
A declarative, extensible framework for building Elixir applications.
"""

@version "3.4.63"
@version "3.4.64"

def project do
[
Expand Down

0 comments on commit d112e84

Please sign in to comment.