diff options
author | sommerfeld <sommerfeld@sommerfeld.dev> | 2024-04-25 16:57:01 +0100 |
---|---|---|
committer | sommerfeld <sommerfeld@sommerfeld.dev> | 2024-04-25 16:57:01 +0100 |
commit | 892f283b072718904d295949e417d1f0307d9537 (patch) | |
tree | c1f7532a5faeb4d1b30f43e58f55376d380aca6c | |
parent | bf67afa371501ef7638881e921a980b45e5374a0 (diff) | |
download | sentrum-892f283b072718904d295949e417d1f0307d9537.tar.gz sentrum-892f283b072718904d295949e417d1f0307d9537.tar.bz2 sentrum-892f283b072718904d295949e417d1f0307d9537.zip |
Bump to v0.1.8v0.1.8
-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
@@ -2882,7 +2882,7 @@ checksum = "cd0b0ec5f1c1ca621c432a25813d8d60c88abe6d3e08a3eb9cf37d97a0fe3d73" [[package]] name = "sentrum" -version = "0.1.7" +version = "0.1.8" dependencies = [ "anyhow", "async-scoped", @@ -1,6 +1,6 @@ [package] name = "sentrum" -version = "0.1.7" +version = "0.1.8" 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 6f39088..c1dc1fc 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -1,3 +1,7 @@ +0.1.8 (2024-04-25) +------------------ +* Release aarch64 builds + 0.1.7 (2024-04-24) ------------------ * Improvements to release procedure |