chore: release version v0.6.0-rc.6

This commit is contained in:
Zach Daniel 2022-01-18 08:47:27 -05:00
parent f400a9fc1f
commit 7741e43f91
3 changed files with 27 additions and 2 deletions

View file

@ -5,6 +5,31 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline
<!-- changelog --> <!-- changelog -->
## [v0.6.0-rc.6](https://github.com/ash-project/ash_phoenix/compare/v0.6.0-rc.5...v0.6.0-rc.6) (2022-01-18)
### Bug Fixes:
* properly restrict errors to the current form
* Fix logic for change detection of boolean defaults (#31)
* check for operators first
* properly set nested names
* allow the `as` option to be set
* properly set params on validate
### Improvements:
* don't return ids by default
* better default name, just use ids elsewhere
## [v0.6.0-rc.5](https://github.com/ash-project/ash_phoenix/compare/v0.6.0-rc.4...v0.6.0-rc.5) (2021-12-06) ## [v0.6.0-rc.5](https://github.com/ash-project/ash_phoenix/compare/v0.6.0-rc.4...v0.6.0-rc.5) (2021-12-06)

View file

@ -18,7 +18,7 @@ Roadmap:
```elixir ```elixir
def deps do def deps do
[ [
{:ash_phoenix, "~> 0.6.0-rc.5"} {:ash_phoenix, "~> 0.6.0-rc.6"}
] ]
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.6.0-rc.5" @version "0.6.0-rc.6"
def project do def project do
[ [