From c3b21aa8ea81a3093b9a501712a33ab9eddd0ead Mon Sep 17 00:00:00 2001 From: Zach Daniel Date: Tue, 22 Aug 2023 14:44:48 -0400 Subject: [PATCH] chore: release version v2.14.3 --- CHANGELOG.md | 31 ++++++++++++++++++++++++++ README.md | 2 +- documentation/tutorials/get-started.md | 2 +- mix.exs | 2 +- 4 files changed, 34 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fb5e0489..10765115 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,37 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline +## [v2.14.3](https://github.com/ash-project/ash/compare/v2.14.2...v2.14.3) (2023-08-22) + + + + +### Bug Fixes: + +* init validations at runtime not compile time + +* Ash.Filter: Don't overly constrain related references. (#678) + +* handle nil constraints in `cast_input` + +* properly handle in-line maps in exprs + +* don't cast notloaded/forbidden values at runtime + +* add required errors for missing read arguments + +* don't evaluate unknown types in basic operators + +### Improvements: + +* support in-line aggregates + +* Set api field for ActionInput when running action (#676) + +* make resource's DSL attributes section patchable (#675) + +* validate all actions and accept/reject fields at once. (#674) + ## [v2.14.2](https://github.com/ash-project/ash/compare/v2.14.1...v2.14.2) (2023-08-17) diff --git a/README.md b/README.md index 18f4f7db..cac08a24 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ ```elixir def deps do [ - {:ash, "~> 2.14.2"} + {:ash, "~> 2.14.3"} ] end ``` diff --git a/documentation/tutorials/get-started.md b/documentation/tutorials/get-started.md index 0f96eee8..22cd1178 100644 --- a/documentation/tutorials/get-started.md +++ b/documentation/tutorials/get-started.md @@ -73,7 +73,7 @@ defp deps do [ # {:dep_from_hexpm, "~> 0.3.0"}, # {:dep_from_git, git: "https://github.com/elixir-lang/my_dep.git", tag: "0.1.0"}, - {:ash, "~> 2.14.2"} # <-- add this line + {:ash, "~> 2.14.3"} # <-- add this line ] end ``` diff --git a/mix.exs b/mix.exs index 9c745ab4..1dcd46c3 100644 --- a/mix.exs +++ b/mix.exs @@ -7,7 +7,7 @@ defmodule Ash.MixProject do designed to be used by multiple front ends. """ - @version "2.14.2" + @version "2.14.3" def project do [