Releases: Bibo-Joshi/chango
Releases · Bibo-Joshi/chango
0.4.0
What's Changed
- Bump pypa/gh-action-pypi-publish from 1.12.3 to 1.12.4 by @dependabot in #76
- Bump astral-sh/setup-uv from 5.1.0 to 5.3.0 by @dependabot in #78
- Bump github/codeql-action from 3.28.8 to 3.28.10 by @dependabot in #77
- Bump codecov/codecov-action from 5.3.1 to 5.4.0 by @dependabot in #75
- Bump stefanzweifel/git-auto-commit-action from 5.0.1 to 5.1.0 by @dependabot in #74
- Check for Changes in
DirectoryChanGo.build_github_event_change_note
! by @Bibo-Joshi in #80 - Fix GitHub Action for Running on PRs from Forks by @Bibo-Joshi in #79
- Documentation Improvements by @Bibo-Joshi in #81
- Bump Version to 0.4.0 by @Bibo-Joshi in #82
Full Changelog: 0.3.2...0.4.0
0.3.2
What's Changed
- Remove Debugging Content by @Bibo-Joshi in #70
- Fix A Bug in
GitHubSectionChangeNot.get_thread_url
by @Bibo-Joshi in #72 - Bump Version to 0.3.2 by @Bibo-Joshi in #73
Full Changelog: 0.3.1...0.3.2
0.3.1
What's Changed
- Fix Faulty Build Configuration by @Bibo-Joshi in #68
- Bump Version to 0.3.1 by @Bibo-Joshi in #69
Full Changelog: 0.3.0...0.3.1
0.3.0
What's Changed
- Add
BackwardCompatible(VersionScanner|Chango)
by @Bibo-Joshi in #64 - Bump Version to 0.3.0 by @Bibo-Joshi in #66
Full Changelog: 0.2.0...0.3.0
0.2.0
What's Changed
- FIx Sorting Direction in
HeaderVersionHistory.render
by @Bibo-Joshi in #46 SectionChangeNote
by @Bibo-Joshi in #47- Bump github/codeql-action from 3.27.9 to 3.28.0 by @dependabot in #54
- Bump codecov/codecov-action from 5.1.1 to 5.1.2 by @dependabot in #55
- Bump actions/upload-artifact from 4.4.3 to 4.5.0 by @dependabot in #53
- Bump astral-sh/setup-uv from 4.2.0 to 5.1.0 by @dependabot in #52
- Bump
pre-commit
Dependency Versions by @pre-commit-ci in #56 - Don't Enforce One Required Section in
SectionChangeNote
by @Bibo-Joshi in #57 - Fix Nesting Bug in Parsing
rich
tosphinx
Syntax by @Bibo-Joshi in #58 - Bump github/codeql-action from 3.28.0 to 3.28.8 by @dependabot in #59
- Bump codecov/codecov-action from 5.1.2 to 5.3.1 by @dependabot in #63
- Bump actions/upload-artifact from 4.5.0 to 4.6.0 by @dependabot in #62
- Bump actions/setup-python from 5.3.0 to 5.4.0 by @dependabot in #61
- Bump codecov/test-results-action from 1.0.1 to 1.0.2 by @dependabot in #60
- feature/#48-gh-events by @Bibo-Joshi in #50
- Bump Version to 0.2.0 by @Bibo-Joshi in #65
New Contributors
- @pre-commit-ci made their first contribution in #56
Full Changelog: 0.1.0...0.2.0
0.1.0
What's Changed
- Use
git mv
inChanGo.release
if Available by @Bibo-Joshi in #43 - Set up Action Metadata for Publishing on Marketplace by @Bibo-Joshi in #44
- Bump Version to 0.1.0 by @Bibo-Joshi in #45
Full Changelog: 0.0.1...0.1.0
0.0.1
0.0.1
2024-12-13
- Initial Commit
- Add Initial Functionality (#1)
- Set Up Initial ReadTheDocs Build (#2)
- Add Types to Docstrings:
chango
andchango.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
andpytest-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
ofDirectoryVersionScanner
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)