Skip to content

v0.1.4

Choose a tag to compare

@github-actions github-actions released this 23 Apr 16:08
· 41 commits to master since this release
33fca20

0.1.{2,3,4} (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

Verifying the release

  1. Import my gpg public key into your keyring (you only need to do this once, not for every release):
gpg --auto-key-locate clear,wkd --locate-keys sommerfeld@sommerfeld.dev
  1. Download sentrum-v0.1.4-manifest.txt and sentrum-v0.1.4-manifest.txt.asc to the same directory where you are downloading the binary.
  2. Verify the gpg signature is mine (should ouput Good signature)`:
gpg --verify sentrum-v0.1.4-manifest.txt.asc
  1. Verify the checksums of the binaries (should output OK):
sha256sum --check  --ignore-missing sentrum-v0.1.4-manifest.txt