From e68792838cd46b85d44e92c081781f5c48f1a0ad Mon Sep 17 00:00:00 2001 From: Zach Daniel Date: Mon, 6 May 2024 13:06:12 -0400 Subject: [PATCH] chore: release version v3.0.0-rc.46 --- CHANGELOG.md | 15 +++++++++++++++ mix.exs | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e7c73758..39df57d1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,21 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline +## [v3.0.0-rc.46](https://github.com/ash-project/ash/compare/v3.0.0-rc.45...v3.0.0-rc.46) (2024-05-06) + + + + +### Features: + +* add new remove_nil_items? array type constraint (#1116) + +### Bug Fixes: + +* better performance and ability to add a stream to runtime sort logic + +* run array type nil check after item constraints (#1115) + ## [v3.0.0-rc.45](https://github.com/ash-project/ash/compare/v3.0.0-rc.44...v3.0.0-rc.45) (2024-05-04) diff --git a/mix.exs b/mix.exs index 378ec999..333beba1 100644 --- a/mix.exs +++ b/mix.exs @@ -6,7 +6,7 @@ defmodule Ash.MixProject do A declarative, extensible framework for building Elixir applications. """ - @version "3.0.0-rc.45" + @version "3.0.0-rc.46" def project do [