chore: release version v2.5.16

This commit is contained in:
Zach Daniel 2023-02-01 00:31:50 -05:00
parent d51d26a472
commit b885c8755e
4 changed files with 15 additions and 4 deletions

View file

@ -5,6 +5,17 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline
<!-- changelog -->
## [v2.5.16](https://github.com/ash-project/ash/compare/v2.5.15...v2.5.16) (2023-02-01)
### Bug Fixes:
* load lazily after action when results are set
* fix typespec for `Ash.set_tenant/1`
## [v2.5.15](https://github.com/ash-project/ash/compare/v2.5.14...v2.5.15) (2023-01-31)

View file

@ -8,7 +8,7 @@
```elixir
def deps do
[
{:ash, "~> 2.5.15"}
{:ash, "~> 2.5.16"}
]
end
```

View file

@ -73,7 +73,7 @@ defp deps do
[
# {:dep_from_hexpm, "~> 0.3.0"},
# {:dep_from_git, git: "https://github.com/elixir-lang/my_dep.git", tag: "0.1.0"},
{:ash, "~> 2.5.15"} # <-- add this line
{:ash, "~> 2.5.16"} # <-- add this line
]
end
```
@ -100,7 +100,7 @@ defp deps do
[
# {:dep_from_hexpm, "~> 0.3.0"},
# {:dep_from_git, git: "https://github.com/elixir-lang/my_dep.git", tag: "0.1.0"}
{:ash, "~> 2.5.15"},
{:ash, "~> 2.5.16"},
{:elixir_sense, github: "elixir-lsp/elixir_sense", only: [:dev, :test]} # <-- add this line
]
end

View file

@ -7,7 +7,7 @@ defmodule Ash.MixProject do
designed to be used by multiple front ends.
"""
@version "2.5.15"
@version "2.5.16"
def project do
[