chore: release version v0.6.2
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/tag Build is passing

This commit is contained in:
James Harton 2024-05-11 15:32:18 +12:00
parent 45fa64e8bf
commit 6cc4acc9dc
Signed by: james
GPG key ID: 90E82DAA13F624F4
3 changed files with 15 additions and 2 deletions

View file

@ -5,6 +5,19 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline
<!-- changelog -->
## [v0.6.2](https://harton.dev/james/ash_cubdb/compare/v0.6.1-rc.2...v0.6.2) (2024-05-11)
### Bug Fixes:
* deprecation warnings in tests.
### Improvements:
* Relax RC version dependencies.
## [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)

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.2"}
{:ash_cubdb, "~> 0.6.2"}
]
end
```

View file

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