From 0f634f35e6a5e0c1e9ec21f573bf930c5f151928 Mon Sep 17 00:00:00 2001 From: Zach Daniel Date: Wed, 15 Nov 2023 15:28:35 -0500 Subject: [PATCH] chore: release version v0.9.6 --- CHANGELOG.md | 23 +++++++++++++++++++++++ README.md | 2 +- mix.exs | 2 +- 3 files changed, 25 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 37e3456..13d9757 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,29 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline +## [v0.9.6](https://github.com/ash-project/ash_admin/compare/v0.9.5...v0.9.6) (2023-11-15) + + + + +### Bug Fixes: + +* Fix JS syntax error and compile latest version of `app.js` (#77) + +* don't use nil as new {:array, type} value (#76) + +* load each to_one relationship independently and ignore it if it errors + +* allow showing false values for boolean selects (#74) + +* pass actor when fetching relationships attributes (#73) + +* properly provide `arguments` to read actions + +### Improvements: + +* support calculations & aggregates in table columns + ## [v0.9.5](https://github.com/ash-project/ash_admin/compare/v0.9.4...v0.9.5) (2023-10-11) diff --git a/README.md b/README.md index af97629..7d3ee4a 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ https://www.youtube.com/watch?v=aFMLz3cpQ8c First, ensure you've added ash_admin to your `mix.exs` file. ```elixir -{:ash_admin, "~> 0.9.5"} +{:ash_admin, "~> 0.9.6"} ``` ## Setup diff --git a/mix.exs b/mix.exs index 0f36ff1..45bb9a6 100644 --- a/mix.exs +++ b/mix.exs @@ -5,7 +5,7 @@ defmodule AshAdmin.MixProject do An admin UI for Ash Framework """ - @version "0.9.5" + @version "0.9.6" def project do [