Skip to content

Commit

Permalink
chore: release version v3.4.53
Browse files Browse the repository at this point in the history
  • Loading branch information
zachdaniel committed Jan 8, 2025
1 parent f72df95 commit 19da823
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,23 @@

<!-- changelog -->

## [v3.4.53](https://github.com/ash-project/ash/compare/v3.4.52...v3.4.53) (2025-01-08)




### Bug Fixes:

* properly delegate and handle conflicts in `Ash.Generator`

* `Ash.Generator`: Replace calls to `create` and `create_many` with `generate` and `generate_many` (#1701)

* use nested calculation dependencies from expr if not in expression

* pattern match error on expression parse failure

* handle `string_length` on arguments when atomic

## [v3.4.52](https://github.com/ash-project/ash/compare/v3.4.51...v3.4.52) (2025-01-06)


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.52"
@version "3.4.53"

def project do
[
Expand Down

0 comments on commit 19da823

Please sign in to comment.