chore: release version v1.52.0-rc.18

This commit is contained in:
Zach Daniel 2022-07-10 16:20:37 -04:00
parent b825277116
commit 58b20c3490
3 changed files with 11 additions and 2 deletions

View file

@ -5,6 +5,15 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline
<!-- changelog -->
## [v1.52.0-rc.18](https://github.com/ash-project/ash/compare/v1.52.0-rc.17...v1.52.0-rc.18) (2022-07-10)
### Bug Fixes:
* fix doc links and include in release
## [v1.52.0-rc.17](https://github.com/ash-project/ash/compare/v1.52.0-rc.16...v1.52.0-rc.17) (2022-07-06)

View file

@ -18,7 +18,7 @@ With that said, we are getting closer and closer to a non-beta release. The prim
```elixir
def deps do
[
{:ash, "~> 1.52.0-rc.17"}
{:ash, "~> 1.52.0-rc.18"}
]
end
```

View file

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