From caada2e3b8a9fea284ed8547353ff615156eb268 Mon Sep 17 00:00:00 2001 From: Zach Daniel Date: Fri, 26 Apr 2024 03:30:17 -0400 Subject: [PATCH] chore: release version v3.0.0-rc.31 --- CHANGELOG.md | 27 +++++++++++++++++++++++++++ README.md | 2 +- mix.exs | 2 +- 3 files changed, 29 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 227a9b9c..443e4210 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,33 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline +## [v3.0.0-rc.31](https://github.com/ash-project/ash/compare/v3.0.0-rc.30...v3.0.0-rc.31) (2024-04-26) + + + + +### Features: + +* Ash.create and Ash.update oneliner (#1055) + +* Ash.create and Ash.update oneliner + +### Bug Fixes: + +* various fixes around bulk action upgrades, atomics + +* handle resource being passed as query code_interface.ex (#1057) + +* do not use Enum.map_join (#1058) + +* opts dispatch for create and update + +### Improvements: + +* Treat asterisk as a single arguemnt in accept (#1062) + +* support atomics, update_query, destroy_query in ETS data layer + ## [v3.0.0-rc.30](https://github.com/ash-project/ash/compare/v3.0.0-rc.29...v3.0.0-rc.30) (2024-04-24) diff --git a/README.md b/README.md index 12bd8ed2..5d09efd1 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ ```elixir def deps do [ - {:ash, "~> 3.0.0-rc.30"} + {:ash, "~> 3.0.0-rc.31"} ] end ``` diff --git a/mix.exs b/mix.exs index 19e8b0fb..293075a1 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.30" + @version "3.0.0-rc.31" def project do [