Skip to content

Commit

Permalink
chore: release version v3.4.42
Browse files Browse the repository at this point in the history
  • Loading branch information
barnabasJ committed Nov 7, 2024
1 parent fb0771a commit f514feb
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.42](https://github.com/ash-project/ash/compare/v3.4.41...v3.4.42) (2024-11-07)




### Bug Fixes:

* Allow multi-line descriptions to be rendered in Livebook without error (#1590)

* properly handle `changing_attributes` check with `from` in create (#1584)

* pass actor through from source_context when loading

### Improvements:

* support map w/ keys `_union_type` and `_union_value` for union inputs

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

### 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.41"
@version "3.4.42"

def project do
[
Expand Down

0 comments on commit f514feb

Please sign in to comment.