chore: release version v3.0.0-rc.38

This commit is contained in:
Zach Daniel 2024-04-29 16:59:25 -04:00
parent 28c75df7b8
commit fffe87ba3b
3 changed files with 19 additions and 2 deletions

View file

@ -5,6 +5,23 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline
<!-- changelog --> <!-- changelog -->
## [v3.0.0-rc.38](https://github.com/ash-project/ash/compare/v3.0.0-rc.37...v3.0.0-rc.38) (2024-04-29)
### Bug Fixes:
* solve for custom expressions and one-off calculations
### Improvements:
* support new data layer capability `calculate/3`
* add debug logging for ets data layer
* pass context to anonymous validate functions (#1070)
## [v3.0.0-rc.37](https://github.com/ash-project/ash/compare/v3.0.0-rc.36...v3.0.0-rc.37) (2024-04-29) ## [v3.0.0-rc.37](https://github.com/ash-project/ash/compare/v3.0.0-rc.36...v3.0.0-rc.37) (2024-04-29)

View file

@ -10,7 +10,7 @@
```elixir ```elixir
def deps do def deps do
[ [
{:ash, "~> 3.0.0-rc.37"} {:ash, "~> 3.0.0-rc.38"}
] ]
end end
``` ```

View file

@ -7,7 +7,7 @@ defmodule Ash.MixProject do
designed to be used by multiple front ends. designed to be used by multiple front ends.
""" """
@version "3.0.0-rc.37" @version "3.0.0-rc.38"
def project do def project do
[ [