= Release v3.0.0 = *All release tags are signed, and release packages are also signed*. *Always check signatures prior using this software*. == Added == * Add new create signed tag Invoke task. == Removed == * Drop Python 3.7. == Changed == * Update dev dependencies. * Improve Invoke tasks with type hints. * Improve docs and docstrings grammar and wording. * Normalize file-related operations to use bytes, so we can default to open the file in binary mode for better performance. * `force_bytes` and `force_string` utility functions now only accept either `bytes` or `str`, and raises `TypeError` otherwise. However, signers usages are not affected by this. * Upgrade docs Python version to 3.10.