diff options
| author | 2024-04-24 15:59:11 +0100 | |
|---|---|---|
| committer | 2024-04-24 15:59:11 +0100 | |
| commit | 0084734e7148d191a227dfe3050caed38ac7e31a (patch) | |
| tree | b693ba4ba05265eea9b23b856c3aa02a7a13b588 | |
| parent | e7ac6d5c92bfae1790a5742510ad86206f7b50b7 (diff) | |
| download | sentrum-0084734e7148d191a227dfe3050caed38ac7e31a.tar.gz sentrum-0084734e7148d191a227dfe3050caed38ac7e31a.tar.bz2 sentrum-0084734e7148d191a227dfe3050caed38ac7e31a.zip | |
Bump to v0.1.7v0.1.7
| -rw-r--r-- | Cargo.lock | 2 | ||||
| -rw-r--r-- | Cargo.toml | 2 | ||||
| -rw-r--r-- | docs/CHANGELOG.md | 4 | 
3 files changed, 6 insertions, 2 deletions
| @@ -2872,7 +2872,7 @@ checksum = "cd0b0ec5f1c1ca621c432a25813d8d60c88abe6d3e08a3eb9cf37d97a0fe3d73"  [[package]]  name = "sentrum" -version = "0.1.6" +version = "0.1.7"  dependencies = [   "anyhow",   "async-scoped", @@ -1,6 +1,6 @@  [package]  name = "sentrum" -version = "0.1.6" +version = "0.1.7"  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 55483bb..6f39088 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -1,3 +1,7 @@ +0.1.7 (2024-04-24) +------------------ +* Improvements to release procedure +  0.1.6 (2024-04-24)  ------------------  * Improved systemd setup and instructions | 
