chore: release version v0.2.1

This commit is contained in:
github-actions 2022-10-28 07:13:51 +00:00
parent 4d63c5fcac
commit dc44e4d2cc
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.2.1](https://github.com/team-alembic/ash_gen_server/compare/v0.2.0...v0.2.1) (2022-10-28)
### Improvements:
* update CI to staple-actions and get (most) checks passing.
## [v0.2.0](https://github.com/team-alembic/ash_gen_server/compare/v0.1.0...v0.2.0) (2022-09-22)

View file

@ -42,7 +42,7 @@ by adding `ash_gen_server` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:ash_gen_server, "~> 0.2.0"}
{:ash_gen_server, "~> 0.2.1"}
]
end
```

View file

@ -1,7 +1,7 @@
defmodule AshGenServer.MixProject do
use Mix.Project
@version "0.2.0"
@version "0.2.1"
def project do
[