chore: release version v0.9.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-30 20:54:44 +00:00
parent f8480ec8e7
commit 85aa3e2f6e
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 --> <!-- changelog -->
## [v0.9.1](https://harton.dev/james/smokestack/compare/v0.9.0...v0.9.1) (2024-05-30)
### Bug Fixes:
* allow auto builds to be replaced by explicit relate commands.
## [v0.9.0](https://harton.dev/james/smokestack/compare/v0.8.1...v0.9.0) (2024-05-28) ## [v0.9.0](https://harton.dev/james/smokestack/compare/v0.8.1...v0.9.0) (2024-05-28)

View file

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

View file

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