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

This commit is contained in:
James Harton 2024-04-03 16:26:58 +13:00
parent b2e4602376
commit 5b5c7adf13
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/smokestack/compare/v0.6.1-rc.1...v0.6.1-rc.2) (2024-04-03)
### Improvements:
* loosen Ash RC requirement.
## [v0.6.1-rc.1](https://harton.dev/james/smokestack/compare/v0.6.1-rc.0...v0.6.1-rc.1) (2024-04-01)

View file

@ -38,7 +38,7 @@ add it directly to your `mix.exs`:
```elixir
def deps do
[
{:smokestack, "~> 0.6.1-rc.1"},
{:smokestack, "~> 0.6.1-rc.2"},
]
end
```

View file

@ -1,7 +1,7 @@
defmodule Smokestack.MixProject do
use Mix.Project
@version "0.6.1-rc.1"
@version "0.6.1-rc.2"
@moduledoc """
Test factories for Ash resources.