chore: release version v2.9.19

This commit is contained in:
Zach Daniel 2023-06-02 13:30:13 -04:00
parent 1185b615f8
commit aa031411a5
4 changed files with 26 additions and 3 deletions

View file

@ -5,6 +5,29 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline
<!-- changelog -->
## [v2.9.19](https://github.com/ash-project/ash/compare/v2.9.18...v2.9.19) (2023-06-02)
### Bug Fixes:
* Only create values for attributes that did not get a generator (#595)
* remove field name from string length error message (#594)
* remove field name from string length error message
* remove old unused `Error.Changes.UnknownError`
* do not capitalize ash error messages
* change error kind code for `Ash.Error.Forbidden.Policy`
### Improvements:
* verify reserved calc names, support `as` input
## [v2.9.18](https://github.com/ash-project/ash/compare/v2.9.17...v2.9.18) (2023-05-31)

View file

@ -8,7 +8,7 @@
```elixir
def deps do
[
{:ash, "~> 2.9.18"}
{:ash, "~> 2.9.19"}
]
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.9.18"} # <-- add this line
{:ash, "~> 2.9.19"} # <-- add this line
]
end
```

View file

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