Skip to content

Commit

Permalink
chore: release version v3.4.40
Browse files Browse the repository at this point in the history
  • Loading branch information
zachdaniel committed Nov 4, 2024
1 parent 34e6ecf commit 1861ecc
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,25 @@

<!-- changelog -->

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




### Bug Fixes:

* properly detect `Ash.CustomExpression` as an expr

* don't call `.name` on a potentially `nil` action

* accept fragments pointing at non-aliases

* smarter type detection, preferring more concrete types

### Improvements:

* upgrade igniter to 0.4

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

### Bug Fixes:
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.39"
@version "3.4.40"

def project do
[
Expand Down

0 comments on commit 1861ecc

Please sign in to comment.