chore: release version v3.0.7

This commit is contained in:
Zach Daniel 2024-05-24 00:35:45 -04:00
parent 3510cd48f4
commit 65c0e8185e
2 changed files with 11 additions and 1 deletions

View file

@ -2,6 +2,16 @@
<!-- changelog --> <!-- changelog -->
## [v3.0.7](https://github.com/ash-project/ash/compare/v3.0.6...v3.0.7) (2024-05-24)
### Improvements:
- [identities] support `nils_distinct?` on identities
- [identties] support `where` option on `identities`
- [identities] allow calculations in identity keys
## [v3.0.6](https://github.com/ash-project/ash/compare/v3.0.5...v3.0.6) (2024-05-23) ## [v3.0.6](https://github.com/ash-project/ash/compare/v3.0.5...v3.0.6) (2024-05-23)
### Bug Fixes: ### Bug Fixes:

View file

@ -6,7 +6,7 @@ defmodule Ash.MixProject do
A declarative, extensible framework for building Elixir applications. A declarative, extensible framework for building Elixir applications.
""" """
@version "3.0.6" @version "3.0.7"
def project do def project do
[ [