chore: release version v2.11.0-rc.0

This commit is contained in:
Zach Daniel 2023-06-23 10:11:38 -04:00
parent 51a86cd58d
commit bee8d83182
4 changed files with 18 additions and 3 deletions

View file

@ -5,6 +5,21 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline
<!-- changelog -->
## [v2.11.0-rc.0](https://github.com/ash-project/ash/compare/v2.10.2...v2.11.0-rc.0) (2023-06-23)
### Features:
* add `field_policies`
### Bug Fixes:
* fix field policy expressions
* handle various inconsistencies in runtime expression runner
## [v2.10.2](https://github.com/ash-project/ash/compare/v2.10.1...v2.10.2) (2023-06-22)

View file

@ -8,7 +8,7 @@
```elixir
def deps do
[
{:ash, "~> 2.10.2"}
{:ash, "~> 2.11.0-rc.0"}
]
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.10.2"} # <-- add this line
{:ash, "~> 2.11.0-rc.0"} # <-- add this line
]
end
```

View file

@ -7,7 +7,7 @@ defmodule Ash.MixProject do
designed to be used by multiple front ends.
"""
@version "2.10.2"
@version "2.11.0-rc.0"
def project do
[