Skip to content

Commit

Permalink
chore: release version v0.9.6
Browse files Browse the repository at this point in the history
  • Loading branch information
zachdaniel committed Nov 15, 2023
1 parent 880efa2 commit 0f634f3
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 2 deletions.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,29 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline

<!-- changelog -->

## [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)


Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -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
[
Expand Down

0 comments on commit 0f634f3

Please sign in to comment.