Skip to content

Commit

Permalink
chore: release version v3.4.35
Browse files Browse the repository at this point in the history
  • Loading branch information
zachdaniel committed Oct 22, 2024
1 parent dace2e4 commit 91c0707
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.35](https://github.com/ash-project/ash/compare/v3.4.34...v3.4.35) (2024-10-22)




### Bug Fixes:

* allow optional code interface args for fields with defaults

* don't rewrite all attributes to atomics

* write all attributes to atomics list before dispatching to data layer on update query

* remove multichar aliases from `mix ash.gen.resource`

* check nil before calling Decimal.eq? in Type.Decimal.equal? (#1538)

## [v3.4.34](https://github.com/ash-project/ash/compare/v3.4.33...v3.4.34) (2024-10-21)


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.34"
@version "3.4.35"

def project do
[
Expand Down

0 comments on commit 91c0707

Please sign in to comment.