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

This commit is contained in:
James Harton 2024-04-02 10:35:30 +13:00
parent 3fb1170990
commit 271fe6671a
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.1](https://harton.dev/james/smokestack/compare/v0.6.1-rc.0...v0.6.1-rc.1) (2024-04-01)
### Bug Fixes:
* docs reference to `Ash.Seed.seed!/2`.
## [v0.6.1-rc.0](https://harton.dev/james/smokestack/compare/v0.6.0...v0.6.1-rc.0) (2024-03-30)

View file

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

View file

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