summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorLibravatar sommerfeld <sommerfeld@sommerfeld.dev>2024-04-23 16:03:58 +0100
committerLibravatar sommerfeld <sommerfeld@sommerfeld.dev>2024-04-23 16:08:56 +0100
commit5b5b13976e81736271a526574702c735bbaefafc (patch)
tree0327fe5e1930ea47af3df77524e8b0652a6dbc40
parentb75f2c6724b297efce1ad1c7b419556658eed05e (diff)
downloadsentrum-5b5b13976e81736271a526574702c735bbaefafc.tar.gz
sentrum-5b5b13976e81736271a526574702c735bbaefafc.tar.bz2
sentrum-5b5b13976e81736271a526574702c735bbaefafc.zip
Release v0.1.2v0.1.2
-rw-r--r--Cargo.lock2
-rw-r--r--Cargo.toml2
-rw-r--r--docs/CHANGELOG.md15
3 files changed, 16 insertions, 3 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 82ff257..c5d2f02 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -2872,7 +2872,7 @@ checksum = "cd0b0ec5f1c1ca621c432a25813d8d60c88abe6d3e08a3eb9cf37d97a0fe3d73"
[[package]]
name = "sentrum"
-version = "0.1.1"
+version = "0.1.2"
dependencies = [
"anyhow",
"async-scoped",
diff --git a/Cargo.toml b/Cargo.toml
index d101201..5006827 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "sentrum"
-version = "0.1.1"
+version = "0.1.2"
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 469ab7e..e594a39 100644
--- a/docs/CHANGELOG.md
+++ b/docs/CHANGELOG.md
@@ -1,6 +1,19 @@
+0.1.2 (2024-04-23)
+------------------
+* Fixed AUR build
+* Added version to release file names
+* Sample config and systemd service are now inside binary tarballs instead of as
+ separate artifacts
+* Fixed missing string in the `electrum.proxy` commented option in the sample
+configuration file (#3 by @sethforprivacy)
+* Added deployment `Dockerfile` along with CI jobs that keep it updated (#4 by
+@sethforprivacy)
+* Improved debug logging. Use `RUST_LOG=debug sentrum [...]` to investigate
+potential issues
+
0.1.1 (2024-04-22)
------------------
-* Fixed message.format deserialization not accepting lowercase values
+* Fixed `message.format` deserialization not accepting lowercase values
* Fixed release GH action
0.1.0 (2024-04-21)