Skip to content

Commit 7f8d902

Browse files
committed
Release systemdkit 0.1.3
1 parent 9c1849e commit 7f8d902

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## v0.1.3
4+
5+
- Added `Systemd.UnitFile.equivalent?/2` for semantic unit file comparison after normalization.
6+
37
## v0.1.2
48

59
- Added `Systemd.UnitName` helpers for formatting typed, template, and instance unit names.

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
defmodule Systemd.MixProject do
22
use Mix.Project
33

4-
@version "0.1.2"
4+
@version "0.1.3"
55
@source_url "https://github.com/elixir-vibe/systemdkit"
66

77
def project do

0 commit comments

Comments
 (0)