chore: release version v2.5.15

This commit is contained in:
Zach Daniel 2023-01-30 21:50:07 -05:00
parent d101c05918
commit 9618234abb
4 changed files with 13 additions and 4 deletions

View file

@ -5,6 +5,15 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline
<!-- changelog -->
## [v2.5.15](https://github.com/ash-project/ash/compare/v2.5.14...v2.5.15) (2023-01-31)
### Bug Fixes:
* set proper query aggregate when fetching aggregate values
## [v2.5.14](https://github.com/ash-project/ash/compare/v2.5.13...v2.5.14) (2023-01-30)

View file

@ -8,7 +8,7 @@
```elixir
def deps do
[
{:ash, "~> 2.5.14"}
{:ash, "~> 2.5.15"}
]
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.14"} # <-- add this line
{:ash, "~> 2.5.15"} # <-- 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.14"},
{:ash, "~> 2.5.15"},
{: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.14"
@version "2.5.15"
def project do
[