Skip to content

v0.1.4

Compare
Choose a tag to compare
@pm47 pm47 released this 10 Apr 16:21
· 58 commits to master since this release
04bd430

What's Changed

  • Do not add linux target on aarch64 architectures by @sstone in #25
  • Replace --max-absolute-fee by --max-mining-fee by @pm47 in #32

Full Changelog: v0.1.3...v0.1.4

Verifying signatures

You will need gpg and our release signing key 7A73FE77DE2C4027. Note that you can get it:

To import our signing key:

$ gpg --import drouinf.asc

To verify the release file checksums and signatures:

$ gpg -d SHA256SUMS.asc > SHA256SUMS.stripped
$ sha256sum -c SHA256SUMS.stripped