feedwarrior

Slim, portable tooling for creating and distributing decentralized append logs
git clone git://git.defalsify.org/logwarrior.git
Info | Log | Files | Refs | README | LICENSE

commit bfd5f5318e94d212bfd52fb4bc69bd84c2e332e5
parent 26bb9f90d8526dfed0754c203d1f0c01e47aabd5
Author: lash <dev@holbrook.no>
Date:   Sun, 27 Jul 2025 21:39:00 +0100

Update changelog

Diffstat:
MCHANGELOG | 4++++
Mrequirements.txt | 1+
2 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/CHANGELOG b/CHANGELOG @@ -1,3 +1,7 @@ +* 0.5.8 + - Prevent UUID from changing when attaching to event. +* 0.5.7 + - Add auto-convert from non-mime to mime content. * 0.5.6 - Add long description for pypi * 0.5.5 diff --git a/requirements.txt b/requirements.txt @@ -2,3 +2,4 @@ pyxdg~=0.26 tasklib>=1.3.0,<2.0.0 filemagic~=1.6 mime_parser~=1.2.0 +python-gnupg~=0.4.7