chore: release version v3.1.5

This commit is contained in:
Zach Daniel 2024-07-14 09:22:42 -04:00
parent 0fe27ba670
commit 04a7148ab1
2 changed files with 16 additions and 1 deletions

View file

@ -2,6 +2,21 @@
<!-- changelog --> <!-- changelog -->
## [v3.1.5](https://github.com/ash-project/ash/compare/v3.1.4...v3.1.5) (2024-07-14)
### Bug Fixes:
* don't specify that `get_path` is a predicate function
### Improvements:
* add `Ash.Expr.determine_type(mod, children)`
* add return typing to functions
## [v3.1.4](https://github.com/ash-project/ash/compare/v3.1.3...v3.1.4) (2024-07-13) ## [v3.1.4](https://github.com/ash-project/ash/compare/v3.1.3...v3.1.4) (2024-07-13)

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.1.4" @version "3.1.5"
def project do def project do
[ [