Skip to content

Commit

Permalink
chore: release version v3.4.41
Browse files Browse the repository at this point in the history
  • Loading branch information
zachdaniel committed Nov 5, 2024
1 parent 163dbe8 commit 335b8fb
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,21 @@

<!-- changelog -->

## [v3.4.41](https://github.com/ash-project/ash/compare/v3.4.40...v3.4.41) (2024-11-05)




### Bug Fixes:

* don't double wrap casted struct instances in `{:ok, {:ok, ...}}`

* support mixed key types in input maps for structs

### Improvements:

* more error context

## [v3.4.40](https://github.com/ash-project/ash/compare/v3.4.39...v3.4.40) (2024-11-04)


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.40"
@version "3.4.41"

def project do
[
Expand Down

0 comments on commit 335b8fb

Please sign in to comment.