chore: release version v3.0.0-rc.11

This commit is contained in:
Zach Daniel 2024-04-04 10:32:48 -04:00
parent 9cf1e3a215
commit e9a14a66b2
3 changed files with 13 additions and 2 deletions

View file

@ -5,6 +5,17 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline
<!-- changelog --> <!-- changelog -->
## [v3.0.0-rc.11](https://github.com/ash-project/ash/compare/v3.0.0-rc.10...v3.0.0-rc.11) (2024-04-04)
### Bug Fixes:
* properly handle multiple paths for checking sortable relationships
* multi-line DSL doc options in `Ash.Reactor`. (#974)
## [v3.0.0-rc.10](https://github.com/ash-project/ash/compare/v3.0.0-rc.9...v3.0.0-rc.10) (2024-04-03) ## [v3.0.0-rc.10](https://github.com/ash-project/ash/compare/v3.0.0-rc.9...v3.0.0-rc.10) (2024-04-03)

View file

@ -10,7 +10,7 @@
```elixir ```elixir
def deps do def deps do
[ [
{:ash, "~> 3.0.0-rc.10"} {:ash, "~> 3.0.0-rc.11"}
] ]
end end
``` ```

View file

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