From 98b9730295969392282ac28e349fec3b93b3281c Mon Sep 17 00:00:00 2001 From: Zach Daniel Date: Thu, 28 Mar 2024 18:21:24 -0400 Subject: [PATCH] chore: release version v3.0.0-rc.2 --- CHANGELOG.md | 13 +++++++++++++ README.md | 2 +- mix.exs | 2 +- 3 files changed, 15 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7ff78416..272ff879 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,19 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline +## [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: diff --git a/README.md b/README.md index 79e6ffd5..a667be3a 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ ```elixir def deps do [ - {:ash, "~> 3.0.0-rc.1"} + {:ash, "~> 3.0.0-rc.2"} ] end ``` diff --git a/mix.exs b/mix.exs index 7ef452f3..671d838d 100644 --- a/mix.exs +++ b/mix.exs @@ -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 [