diff options
author | sommerfeld <sommerfeld@sommerfeld.dev> | 2024-04-23 16:52:04 +0100 |
---|---|---|
committer | sommerfeld <sommerfeld@sommerfeld.dev> | 2024-04-23 16:52:04 +0100 |
commit | 33fca2084e3d6d7f28be7f453c5f23977e805171 (patch) | |
tree | ef40eb591870b81118ce8c2cd880b0e38d9fd3b1 | |
parent | 56c5dc460a0f84237c3f508ab381570e0550f5df (diff) | |
download | sentrum-0.1.4.tar.gz sentrum-0.1.4.tar.bz2 sentrum-0.1.4.zip |
Bump to v0.1.4v0.1.4
-rw-r--r-- | Cargo.lock | 2 | ||||
-rw-r--r-- | Cargo.toml | 2 | ||||
-rw-r--r-- | docs/CHANGELOG.md | 6 |
3 files changed, 3 insertions, 7 deletions
@@ -2872,7 +2872,7 @@ checksum = "cd0b0ec5f1c1ca621c432a25813d8d60c88abe6d3e08a3eb9cf37d97a0fe3d73" [[package]] name = "sentrum" -version = "0.1.3" +version = "0.1.4" dependencies = [ "anyhow", "async-scoped", @@ -1,6 +1,6 @@ [package] name = "sentrum" -version = "0.1.3" +version = "0.1.4" 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 502d3b7..cb7d7b2 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -1,8 +1,4 @@ -0.1.3 (2024-04-23) ------------------- -* Fixed release job (hopefully) - -0.1.2 (2024-04-23) +0.1.{2,3,4} (2024-04-23) ------------------ * Fixed AUR build * Added version to release file names |