chore: release version v3.0.0-rc.2

This commit is contained in:
Zach Daniel 2024-03-28 18:21:24 -04:00
parent 48d8181967
commit 98b9730295
3 changed files with 15 additions and 2 deletions

View file

@ -5,6 +5,19 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline
<!-- changelog -->
## [v3.0.0-rc.2](https://github.com/ash-project/ash/compare/v3.0.0-rc.1...v3.0.0-rc.2) (2024-03-28)
### Improvements:
* ignore unknown string-keyed inputs beginning with `_`
* support requesting to ignore additional keys
* add `skip_unknown_inputs` option, use it for embeds in unions
## [v3.0.0-rc.1](https://github.com/ash-project/ash/compare/v3.0.0-rc.0...v3.0.0-rc.1) (2024-03-28)
### Breaking Changes:

View file

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

View file

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