chore: release version v0.8.1
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-28 04:48:48 +00:00
parent cb2d0376b5
commit 0d42238d6f
3 changed files with 13 additions and 2 deletions

View file

@ -5,6 +5,17 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline
<!-- changelog -->
## [v0.8.1](https://harton.dev/james/smokestack/compare/v0.8.0...v0.8.1) (2024-05-28)
### Bug Fixes:
* Include `:variant` in option schema.
* bug with generator arguments.
## [v0.8.0](https://harton.dev/james/smokestack/compare/v0.7.0...v0.8.0) (2024-05-26)

View file

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

View file

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