chore: release version v0.3.0-rc.0

This commit is contained in:
Zach Daniel 2021-09-01 02:43:56 -04:00
parent b214535f0c
commit 6489cad6e1
3 changed files with 13 additions and 2 deletions

View file

@ -5,6 +5,17 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline
<!-- changelog -->
## [v0.3.0-rc.0](https://github.com/ash-project/ash_admin/compare/v0.2.22...v0.3.0-rc.0) (2021-09-01)
### Breaking Changes:
* support latest surface/phoenix
### Improvements:
* remove compile-time router, use params instead
## [v0.2.22](https://github.com/ash-project/ash_admin/compare/v0.2.21...v0.2.22) (2021-07-24)

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

View file

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