Skip to content

Commit

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

<!-- changelog -->

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




### Features:

* don't convert underscores to hyphens in systemd service names

## [v0.7.0](https://github.com/NarrativeApp/mix_systemd/compare/v0.7.0...v0.7.0) (2020-12-15)


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.7.0"},
{:mix_systemd, "~> 0.8.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.7.0"
@version "0.8.0"

def project do
[
Expand Down

0 comments on commit 098dc5f

Please sign in to comment.