Skip to content

Releases: AbsaOSS/living-doc-utilities

v0.3.0

10 Jun 12:54
34c05f9

Choose a tag to compare

New Features 🎉

  • #15 Remove possible None value support from Issue repo_is, title and issue number in #16
    • Remove possible None value support from Issue repo_is, title and issue number
    • Removed support of None values in Issue's repository_id, title and issue_number.

Full Changelog

v0.2.0...v0.3.0

v0.2.0

09 Jun 07:55
c7f6043

Choose a tag to compare

New Features 🎉

  • #12 Adopt change requirements from output generator logic in #13
    • Introduced specialized issue types: User Story, Feature, and Functionality issues, each with tailored behaviors.
    • Added a factory for dynamic creation of issue instances based on type.
    • Enhanced issue models with validation, error tracking, and improved attribute handling.
    • Implemented a base exporter class for future export functionalities.

Full Changelog

v0.1.1...v0.2.0

v0.1.1

21 May 07:31
9d24719

Choose a tag to compare

New Features 🎉

  • #6 Make library mypy compatible in #7
    • Added py.typed file into release. Library support for type checkers.

Full Changelog

v0.1.0...v0.1.1

v0.1.0

20 May 10:48
e2f8e5c

Choose a tag to compare

New Features 🎉

  • #1 Introduce serde and base classes in #2
    • Introduced utilities for GitHub Actions, including input/output helpers and a rate limiter for GitHub API calls.
    • Added decorators for enhanced logging and error handling.
    • Provided reusable data models for issues and project status, with serialization and deserialization support.

Infrastructure ⚙️

  • #3 Prepare repository for release in #4
    • Introduced an automated release workflow using GitHub Actions, enabling one-click releases, automated changelog generation, and package publishing to PyPI.

Full Changelog

https://github.com/AbsaOSS/living-doc-utilities/commits/v0.1.0