chore: release version v0.6.1-rc.2
All checks were successful
continuous-integration/drone/tag Build is passing

This commit is contained in:
James Harton 2024-04-03 16:34:26 +13:00
parent 4565bfdbf1
commit 74d2859f39
Signed by: james
GPG key ID: 90E82DAA13F624F4
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 -->
## [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.