chore: release version v0.3.1

This commit is contained in:
Zach Daniel 2021-03-16 22:47:23 -04:00
parent 8308a38782
commit e800af6dc4
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.1](https://github.com/ash-project/ash_phoenix/compare/v0.3.0...v0.3.1) (2021-03-17)
### Improvements:
* remove `value` option
* don't render NotLoaded
## [v0.3.0](https://github.com/ash-project/ash_phoenix/compare/v0.2.3...v0.3.0) (2021-03-05)

View file

@ -17,7 +17,7 @@ Roadmap:
```elixir
def deps do
[
{:ash_phoenix, "~> 0.3.0"}
{:ash_phoenix, "~> 0.3.1"}
]
end
```

View file

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