tag name | v0.1.2 (9fb2e301ef530a80c34410a765afac0088955018) |
tag date | 2024-06-30 23:26:09 +0100 |
tagged by | sommerfeld <sommerfeld@sommerfeld.dev> |
tagged object | commit 0f7fb92287... |
download | viewercount-0.1.2.tar.gz viewercount-0.1.2.tar.bz2 viewercount-0.1.2.zip |
---|
0.1.2 (2024-06-30)
------------------
* Fixed updating old version of replaceable events
* Improved logging
* Better handling of unsupported platforms
Verifying the release
---------------------
0. Import my gpg public key into your keyring (you only need to do this once, not for every release):
```bash
gpg --auto-key-locate clear,wkd --locate-keys sommerfeld@sommerfeld.dev
```
1. Download `viewercount-v0.1.2-manifest.txt` and `viewercount-v0.1.2-manifest.txt.asc` to the same directory where you are downloading the binary.
2. Verify the gpg signature is mine (should ouput `Good signature`)`:
```bash
gpg --verify viewercount-v0.1.2-manifest.txt.asc
```
3. Verify the checksums of the binaries (should output `OK`):
```bash
sha256sum --check --ignore-missing viewercount-v0.1.2-manifest.txt
```
-----BEGIN PGP SIGNATURE-----
iHUEABYKAB0WIQS3nfXzfX+bDzkCONUymJRfcXyF+AUCZoHbgQAKCRAymJRfcXyF
+NGdAQD3YNLNx80khdHR7OnHktdE/ijo2efLuqwEOGdXPeqy2gD/X9amM8lcWr71
vNTfv2uKq6OzgobeTrueiYINKkWI8Qw=
=BFkT
-----END PGP SIGNATURE-----