chore: release version v0.4.23-rc.0

This commit is contained in:
Zach Daniel 2021-07-15 14:11:03 -04:00
parent d7ec7da419
commit 652ad320df
3 changed files with 17 additions and 2 deletions

View file

@ -5,6 +5,21 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline
<!-- changelog --> <!-- changelog -->
## [v0.4.23-rc.0](https://github.com/ash-project/ash_phoenix/compare/v0.4.23...v0.4.23-rc.0) (2021-07-15)
### Bug Fixes:
* don't assume an empty map is an indexed map
### Improvements:
* refactor forms with new data structure `AshPhoenix.Form` (#6)
* add `use_data?` opt to `add_related`
## [v0.4.23](https://github.com/ash-project/ash_phoenix/compare/v0.4.22-rc2...v0.4.23) (2021-07-02) ## [v0.4.23](https://github.com/ash-project/ash_phoenix/compare/v0.4.22-rc2...v0.4.23) (2021-07-02)

View file

@ -16,7 +16,7 @@ Roadmap:
```elixir ```elixir
def deps do def deps do
[ [
{:ash_phoenix, "~> 0.4.23"} {:ash_phoenix, "~> 0.4.23-rc.0"}
] ]
end end
``` ```

View file

@ -5,7 +5,7 @@ defmodule AshPhoenix.MixProject do
Utilities for integrating Ash with Phoenix Utilities for integrating Ash with Phoenix
""" """
@version "0.4.23" @version "0.4.23-rc.0"
def project do def project do
[ [