Changelog#
[Unreleased]#
Added#
Changed#
Deprecated#
Fixed#
Removed#
Security#
1.0.1 (2025-11-10)#
Fixed#
PR # 29 - Fixed the repository URL in Documentation PR # 28 - Fixed a small bug where the final log statement incorrectly counts the number of files that passed.
1.0.0 (2025-10-08)#
Added#
PR # 24 - Added a GitHub Actions workflow to automatically create a release on pushing a tag to main branch - Added a readthedocs yaml config file for building docs on readthedocs.org PR # 23 - Refactoring file name checker for updated non-boolean verdicts: now ‘pass’, ‘needs review’, or ‘fail’ - added ‘format_score’ field test for better handling of special characters
PR # 15 - Adding a tutorial with examples for the file name checker
PR # 14 - Setting up Sphinx Autodoc - CI/CD update for docs PR # 7 - Adding unit tests for file name checker
PR # 3 - GitHub CI/CD action - pre-commit-hook installation
PR # 1
- Initial codebase commit for filename_check
Changed#
PR # 24 - pyproject.toml: update author name and some dependencies - docs/conf.py: change to sphinx-book-theme from sphinx-rtd-theme