chore: release version v3.0.0-rc.46

This commit is contained in:
Zach Daniel 2024-05-06 13:06:12 -04:00
parent b810e2e55b
commit e68792838c
2 changed files with 16 additions and 1 deletions

View file

@ -5,6 +5,21 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline
<!-- changelog -->
## [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)

View file

@ -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
[