chore: release version v0.37.3

This commit is contained in:
Zach Daniel 2021-04-26 13:25:43 -04:00
parent 8bcc2a16eb
commit bad433d8dc
2 changed files with 12 additions and 1 deletions

View file

@ -5,6 +5,17 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline
<!-- changelog -->
## [v0.37.3](https://github.com/ash-project/ash_postgres/compare/v0.37.2...v0.37.3) (2021-04-26)
### Bug Fixes:
* stringify struct defaults in migration generator
* properly comment out extension uninstallation code
## [v0.37.2](https://github.com/ash-project/ash_postgres/compare/v0.37.1...v0.37.2) (2021-04-21)

View file

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