chore: release version v2.5.9

This commit is contained in:
Zach Daniel 2023-01-22 10:41:00 -05:00
parent 71dcb17e8b
commit b538dbe391
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.9](https://github.com/ash-project/ash/compare/v2.5.8...v2.5.9) (2023-01-22)
### Bug Fixes:
* properly surface errors from embedded attributes
* use original pkey for ets upsert lookup
## [v2.5.8](https://github.com/ash-project/ash/compare/v2.5.7...v2.5.8) (2023-01-20)

View file

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