Skip to content

Commit

Permalink
chore: release version v0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed May 21, 2024
1 parent 2967cf5 commit a633f03
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,19 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline

<!-- changelog -->

## [v0.9.0](https://github.com/NarrativeApp/mix_systemd/compare/v0.8.0...v0.9.0) (2024-05-21)




### Features:

* force release

### Bug Fixes:

* ext_name needs to be a string

## [v0.8.0](https://github.com/NarrativeApp/mix_systemd/compare/v0.7.0...v0.8.0) (2024-05-21)


Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Here is [a complete example app which uses mix_deploy](https://github.com/cogini
Add `mix_systemd` to `deps` in `mix.exs`:

```elixir
{:mix_systemd, "~> 0.8.0"},
{:mix_systemd, "~> 0.9.0"},
```

## Configuration
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
defmodule MixSystemd.MixProject do
use Mix.Project

@version "0.8.0"
@version "0.9.0"

def project do
[
Expand Down

0 comments on commit a633f03

Please # to comment.