Changelog

0.6.1

2026-01-11

Bug Fixes

Internal Changes

0.6.0

2025-10-15

New Features

  • Use github-token also for target repository checkout (#123 by @Bibo-Joshi)

Documentation

  • Skip Inherited Members for chango.config.ChanGoConfig (#129 by @Bibo-Joshi)

Internal Changes

0.5.0

2025-08-02

New Features

Internal Changes

0.4.0

2025-03-09

New Features

  • Add Workaround for PRs from Forks (#79 by @Bibo-Joshi)

  • Check for Changes in DirectoryChanGo.build_github_event_change_note (#80 by @Bibo-Joshi)

Documentation

Internal Changes

0.3.2

2025-02-07

Bug Fixes

  • Fix Link Returned by GitHubSectionChangeNot.get_thread_url (#72 by @Bibo-Joshi closes #71)

Internal Changes

0.3.1

2025-02-06

Bug Fixes

Internal Changes

0.3.0

2025-02-04

Breaking Changes

New Features

Internal Changes

0.2.0

2025-02-03

  • FIx Sorting Direction in HeaderVersionHistory.render (#46)

  • Add chango.concrete.sections (#47)

  • Implement GitHubSectionChangeNote.build_from_github_event And Several Adaptions on GitHub Automation (#50)

  • Bump astral-sh/setup-uv from 4.2.0 to 5.1.0 (#52)

  • Bump actions/upload-artifact from 4.4.3 to 4.5.0 (#53)

  • Bump github/codeql-action from 3.27.9 to 3.28.0 (#54)

  • Bump codecov/codecov-action from 5.1.1 to 5.1.2 (#55)

  • Bump pre-commit Dependency Versions (#56)

  • Don’t Enforce One Required Section in SectionChangeNote (#57)

  • Fix Nesting Bug in Parsing rich to sphinx Syntax (#58)

  • Bump github/codeql-action from 3.28.0 to 3.28.8 (#59)

  • Bump codecov/test-results-action from 1.0.1 to 1.0.2 (#60)

  • Bump actions/setup-python from 5.3.0 to 5.4.0 (#61)

  • Bump actions/upload-artifact from 4.5.0 to 4.6.0 (#62)

  • Bump codecov/codecov-action from 5.1.2 to 5.3.1 (#63)

  • Bump Version to 0.2.0 (#65)

0.1.0

2024-12-15

  • Use git mv in ChanGo.release if Available (#43)

  • Set up Action Metadata for Publishing on Marketplace (#44)

  • Bump Version to 0.1.0 (#45)

0.0.1

2024-12-13

  • Initial Commit

  • Add Initial Functionality (#1)

  • Set Up Initial ReadTheDocs Build (#2)

  • Add Types to Docstrings: chango and chango.abc (#4)

  • Add Types To Docstrings: chango.concrete (#5)

  • Add CLI to Sphinx Documentation (#6)

  • Set Up Unified Formatting for CLI Help Texts and HTML Documentation (#7)

  • Add Unit Tests for Direct Members of chango Package (#8)

  • Make Use of pytest-xdist and pytest-randomly (#9)

  • Cache Dependencies in CI (#10)

  • Add Python 3.13 to Test Matrix (#11)

  • Improve Coverage of Existing Tests (#12)

  • Add Unit Tests for chango.abc.ChangeNote (#13)

  • Improve Coverage Configuration (#14)

  • Make ChangeNote.to_bytes Concrete (#15)

  • Add Unit Tests for chango.abc.VersionNote (#16)

  • Add Unit Tests for chango.abc.VersionHistory (#17)

  • Add Unit Tests for chango.concrete.Comment(Change|Version)Note (#18)

  • Remove Redundant Logic From and Add Unit Tests for HeaderVersionHistory (#19)

  • Add Unit Tests for DirectoryVersionScanner (#20)

  • Add Unit Tests for VersionScanner (#21)

  • Add Unit Tests for DirectoryChanGo (#22)

  • Remove Redundant CommentChangeNote.to_bytes (#23)

  • Add Unit Tests for ChanGo (#24)

  • Initial Setup for Testing the CLI (#25)

  • Initial Readme Content and Changelog Setup (#26)

  • Create Change Notes from GitHub Events and Add GitHub Action (#27)

  • Add Sphinx Extension (#28)

  • Add Public chango.config Module (#29)

  • Make Parameter base_directory of DirectoryVersionScanner Relative to Calling Module (#33)

  • Add VersionScanner.invalidate_caches (#34)

  • Increase Code Coverage (#35)

  • Add Unit Tests for CLI (#36)

  • Add Dependabot and Security Scanning for GitHub Actions (#37)

  • Update sphinx requirement from ~=8.0 to ~=8.1 (#38)

  • Add Workflows for Automated Releases (#39)

  • Bump Version to 0.0.1 (#41)