Skip to content

Releases: Bibo-Joshi/chango

0.6.1

Choose a tag to compare

@github-actions github-actions released this 11 Jan 10:31
bc58df4

What's Changed

Full Changelog: 0.6.0...0.6.1

0.6.0

Choose a tag to compare

@github-actions github-actions released this 15 Oct 18:46
617976e

What's Changed

Full Changelog: 0.5.0...0.6.0

0.5.0

Choose a tag to compare

@github-actions github-actions released this 02 Aug 15:37
212fc66

What's Changed

  • Bump codecov/test-results-action from 1.0.2 to 1.1.0 by @dependabot[bot] in #84
  • Bump actions/download-artifact from 4.1.8 to 4.2.1 by @dependabot[bot] in #86
  • Bump github/codeql-action from 3.28.10 to 3.28.13 by @dependabot[bot] in #85
  • Bump actions/setup-python from 5.4.0 to 5.5.0 by @dependabot[bot] in #83
  • Bump actions/upload-artifact from 4.6.0 to 4.6.2 by @dependabot[bot] in #87
  • Bump pre-commit Dependency Versions by @pre-commit-ci[bot] in #88
  • Bump actions/setup-python from 5.5.0 to 5.6.0 by @dependabot[bot] in #89
  • Bump stefanzweifel/git-auto-commit-action from 5.1.0 to 5.2.0 by @dependabot[bot] in #91
  • Bump actions/download-artifact from 4.2.1 to 4.3.0 by @dependabot[bot] in #90
  • Bump github/codeql-action from 3.28.13 to 3.28.16 by @dependabot[bot] in #92
  • Bump astral-sh/setup-uv from 5.3.0 to 6.0.1 by @dependabot[bot] in #93
  • Adapt Test Suite to click Update by @Bibo-Joshi in #98
  • Implement PEP 735 Dependency Groups by @Bibo-Joshi in #99
  • Bump stefanzweifel/git-auto-commit-action from 5.2.0 to 6.0.1 by @dependabot[bot] in #100
  • Bump github/codeql-action from 3.28.16 to 3.28.18 by @dependabot[bot] in #96
  • Bump codecov/codecov-action from 5.4.0 to 5.4.3 by @dependabot[bot] in #94
  • Bump codecov/test-results-action from 1.1.0 to 1.1.1 by @dependabot[bot] in #97
  • Bump pre-commit Dependency Versions by @pre-commit-ci[bot] in #101
  • Update furo requirement from ~=2024.8 to >=2024.8,<2026.0 by @dependabot[bot] in #102
  • Bump astral-sh/setup-uv from 6.0.1 to 6.4.3 by @dependabot[bot] in #103
  • Bump github/codeql-action from 3.29.2 to 3.29.5 by @dependabot[bot] in #104
  • Bump sigstore/gh-action-sigstore-python from 3.0.0 to 3.0.1 by @dependabot[bot] in #105
  • Use git add in Chango.write_change_note if available by @Bibo-Joshi in #108
  • Allow Several author_uids in section.PullRequest by @Bibo-Joshi in #110
  • Bump Version to 0.5.0 by @Bibo-Joshi in #111

Full Changelog: 0.4.0...0.5.0

0.4.0

Choose a tag to compare

@github-actions github-actions released this 09 Mar 13:33
9d6bd9d

What's Changed

Full Changelog: 0.3.2...0.4.0

0.3.2

Choose a tag to compare

@github-actions github-actions released this 07 Feb 09:15
9696844

What's Changed

Full Changelog: 0.3.1...0.3.2

0.3.1

Choose a tag to compare

@github-actions github-actions released this 06 Feb 20:29
176c533

What's Changed

Full Changelog: 0.3.0...0.3.1

0.3.0

Choose a tag to compare

@github-actions github-actions released this 04 Feb 10:24
2bde6f7

What's Changed

Full Changelog: 0.2.0...0.3.0

0.2.0

Choose a tag to compare

@github-actions github-actions released this 03 Feb 22:05
dad4bcc

What's Changed

New Contributors

Full Changelog: 0.1.0...0.2.0

0.1.0

Choose a tag to compare

@github-actions github-actions released this 15 Dec 11:59
4dad517

What's Changed

Full Changelog: 0.0.1...0.1.0

0.0.1

Choose a tag to compare

@github-actions github-actions released this 13 Dec 22:12
ab03fb4

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)