Changelog

This changelog format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased]

Added

  • CHANGELOG.md

  • readthedocs integration

  • codecov integration

  • deptry integration

  • NOTICE.md

Changed

Deprecated

Removed

Fixed

  • Corrected licence notice and updated badges/emoji in README.md.

  • Require python >= 3.10 only (forced by pikepdf)

Security

[0.1.1] - 2025-12-09

Fixed

  • Added README.md to pyproject.toml metadata so it renders correctly on PyPI.

[0.1.0] - 2025-12-09

Added

  • Initial public release of pdfbeaver.

  • Core PDF manipulation capabilities (text redaction, vector graphics handling).

  • Comprehensive test suite with hypothesis integration.

  • CI/CD pipeline for automated testing and PyPI publishing.