Skip to content

Commit

Permalink
chore: release version v3.4.29
Browse files Browse the repository at this point in the history
  • Loading branch information
zachdaniel committed Oct 13, 2024
1 parent ee50939 commit 6131110
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 1 deletion.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,29 @@

<!-- changelog -->

## [v3.4.29](https://github.com/ash-project/ash/compare/v3.4.28...v3.4.29) (2024-10-13)




### Bug Fixes:

* clear change from atomics as well

* update spark for spark.formatter fixes

* properly invoke notify callback in read actions

### Improvements:

* better ergonomics for atomic updates

* add `private_arguments` option

* validate `Ash.ActionInput.for_action` opts

* allow additional callbacks in `Ash.Type.NewType`

## [v3.4.28](https://github.com/ash-project/ash/compare/v3.4.27...v3.4.28) (2024-10-10)

### Improvements:
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.28"
@version "3.4.29"

def project do
[
Expand Down

0 comments on commit 6131110

Please sign in to comment.