chore: release version v0.29.4

This commit is contained in:
Zach Daniel 2021-01-09 19:57:22 -05:00
parent a5a947b680
commit 253142999c
2 changed files with 10 additions and 1 deletions

View file

@ -5,6 +5,15 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline
<!-- changelog -->
## [v0.29.4](https://github.com/ash-project/ash_postgres/compare/v0.29.3...v0.29.4) (2021-01-10)
### Improvements:
* Omit field opts if they are default values (#37)
## [v0.29.3](https://github.com/ash-project/ash_postgres/compare/v0.29.2...v0.29.3) (2021-01-08)

View file

@ -6,7 +6,7 @@ defmodule AshPostgres.MixProject do
support, and delegates to a configured repo.
"""
@version "0.29.3"
@version "0.29.4"
def project do
[