= Release v2.5.0 = *All release tags are signed, and release packages are also signed*. *Always check signatures prior using this software* == Added == * Add valid unsigned data to the `ExpiredSignatureError` exception: even if the signature is expired, its unsigned value is valid and safe, so now it can be used. * Add new linters: pylint, and perflint. == Changed == * Move docs to its own environment, due to some incompatibility between dev dependencies. This results in better handling of docs dependencies, using Poetry. * Several docs, and docstrings improvements. == Security == * Implement `minisign` to sign all release packages, and tags (using `git-minisign`), instead of `PGP`. * Run `safety` scanner over docs dependencies too.