chore: release version v2.1.0

This commit is contained in:
Zach Daniel 2024-07-09 20:53:31 -04:00
parent a085303da8
commit d8b4091c99
2 changed files with 20 additions and 1 deletions

View file

@ -5,6 +5,25 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline
<!-- changelog -->
## [v2.1.0](https://github.com/ash-project/ash_postgres/compare/v2.0.12...v2.1.0) (2024-07-10)
### Features:
- [AshPostgres.DataLayer] add `storage_types` configuration (#342)
- [generators] add `mix ash_postgres.install` (`mix igniter.install ash_postgres`)
### Bug Fixes:
- [AshPostgres.DataLayer] ensure that `from_many?` relationships in lateral join have a limit applied
- [migration generator] properly delete args passed from migrate to ecto
### Improvements:
- [Ash.Type.UUIDv7] add support for `:uuid_v7` type (#333)
- [migration generator] order keys in snapshot json (#339)
## [v2.0.12](https://github.com/ash-project/ash_postgres/compare/v2.0.11...v2.0.12) (2024-06-20)
### Bug Fixes:

View file

@ -5,7 +5,7 @@ defmodule AshPostgres.MixProject do
The PostgreSQL data layer for Ash Framework
"""
@version "2.0.12"
@version "2.1.0"
def project do
[