chore: release version v0.7.6-rc.0

This commit is contained in:
Zach Daniel 2022-08-15 12:31:40 -04:00
parent 6ad0183759
commit f5390fb8dd
3 changed files with 11 additions and 2 deletions

View file

@ -5,6 +5,15 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline
<!-- changelog -->
## [v0.7.6-rc.0](https://github.com/ash-project/ash_phoenix/compare/v0.7.5...v0.7.6-rc.0) (2022-08-15)
### Bug Fixes:
* handle errors in form change tracking
## [v0.7.5](https://github.com/ash-project/ash_phoenix/compare/v0.7.4...v0.7.5) (2022-08-13)

View file

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

View file

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