diff options
author | sommerfeld <sommerfeld@sommerfeld.dev> | 2024-04-24 11:42:32 +0100 |
---|---|---|
committer | sommerfeld <sommerfeld@sommerfeld.dev> | 2024-04-24 11:42:32 +0100 |
commit | 2a6f9e5734a9537e02b61fbb2d644106a5937ee4 (patch) | |
tree | 6d2a7016f0b99e0dd98f9ac6fe00d2d6500621fe | |
parent | 94c6593fdc95a1b035f25fa170404049f116a8f3 (diff) | |
download | sentrum-0.1.6.tar.gz sentrum-0.1.6.tar.bz2 sentrum-0.1.6.zip |
Bump to v0.1.6v0.1.6
-rw-r--r-- | Cargo.lock | 2 | ||||
-rw-r--r-- | Cargo.toml | 2 | ||||
-rw-r--r-- | docs/CHANGELOG.md | 5 |
3 files changed, 7 insertions, 2 deletions
@@ -2872,7 +2872,7 @@ checksum = "cd0b0ec5f1c1ca621c432a25813d8d60c88abe6d3e08a3eb9cf37d97a0fe3d73" [[package]] name = "sentrum" -version = "0.1.5" +version = "0.1.6" dependencies = [ "anyhow", "async-scoped", @@ -1,6 +1,6 @@ [package] name = "sentrum" -version = "0.1.5" +version = "0.1.6" edition = "2021" authors = ["sommerfeld <sommerfeld@sommerfeld.dev>"] description = "Daemon that monitors watch-only bitcoin wallets" diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 09839c4..55483bb 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -1,3 +1,8 @@ +0.1.6 (2024-04-24) +------------------ +* Improved systemd setup and instructions +* Add manpage file in `contrib/man/sentrum.1` + 0.1.5 (2024-04-24) ------------------ * Improved action failure logging |