chore: release version v0.5.1-rc.0

This commit is contained in:
Zach Daniel 2022-08-15 15:32:03 -04:00
parent 6d9a8d83e6
commit 9894b14839
3 changed files with 15 additions and 2 deletions

View file

@ -5,6 +5,19 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline
<!-- changelog -->
## [v0.5.1-rc.0](https://github.com/ash-project/ash_admin/compare/v0.5.0...v0.5.1-rc.0) (2022-08-15)
### Bug Fixes:
* remove unnecessary code
* fix data loading, change tracking (handled by AshPhoenix.Form)
* changelog URL in release tweet (#24)
## [v0.5.0](https://github.com/ash-project/ash_admin/compare/v0.4.5-rc.0...v0.5.0) (2022-08-10)

View file

@ -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.5.0"}
{:ash_admin, "~> 0.5.1-rc.0"}
```
## Setup

View file

@ -5,7 +5,7 @@ defmodule AshAdmin.MixProject do
An admin UI for Ash Framework
"""
@version "0.5.0"
@version "0.5.1-rc.0"
def project do
[