chore(deps): update dependency ash to == 3.0.0-rc.8 #44

Merged
james merged 3 commits from renovate/ash-3.x into main 2024-04-03 16:55:49 +13:00
3 changed files with 11 additions and 2 deletions
Showing only changes of commit 7db7b359e7 - Show all commits

View file

@ -5,6 +5,15 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline
<!-- changelog -->
## [v0.6.1-rc.2](https://harton.dev/james/ash_cubdb/compare/v0.6.1-rc.1...v0.6.1-rc.2) (2024-04-03)
### Improvements:
* Relax RC version dependencies.
## [v0.6.1-rc.1](https://harton.dev/james/ash_cubdb/compare/v0.6.1-rc.0...v0.6.1-rc.1) (2024-04-01)

View file

@ -41,7 +41,7 @@ by adding `ash_cubdb` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:ash_cubdb, "~> 0.6.1-rc.1"}
{:ash_cubdb, "~> 0.6.1-rc.2"}
]
end
```

View file

@ -1,7 +1,7 @@
defmodule AshCubDB.MixProject do
use Mix.Project
@version "0.6.1-rc.1"
@version "0.6.1-rc.2"
@moduledoc """
A CubDB data layer for `Ash` resources.