Skip to content

Commit cbb8cd1

Browse files
committed
docs: Update CHANGELOG for v0.0.2 with package distribution fixes
- Document addition of .gitattributes file - Document explicit files field in composer.json - Document package distribution fixes
1 parent 9498517 commit cbb8cd1

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

docs/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2222
- Automatic creation of `.env` file with template if missing
2323
- Automatic addition of missing environment variables
2424
- Proper handling of quoted values and comments in `.env` files
25+
- `.gitattributes` file to ensure proper package distribution (excludes development files)
26+
- Explicit `files` field in `composer.json` to ensure `bin/code-review-guardian.sh`, `config/`, and `docs/GGA.md` are included in the package
2527

2628
### Changed
2729
- Improved code documentation: All PHP code now has complete PHPDoc comments in English
2830
- Updated GitHub Actions CI/CD pipeline to require 100% code coverage (previously 90%)
2931
- Enhanced environment file loading order: `.env` (base) → `.env.local` (overrides, higher priority)
3032

33+
### Fixed
34+
- Fixed package distribution: `bin/code-review-guardian.sh` is now explicitly included in the Composer package via `composer.json` `files` field
35+
- Fixed `.gitattributes` configuration to ensure all necessary files are included while excluding development-only files
36+
3137
## [0.0.1] - 2025-12-26
3238

3339
### Added

0 commit comments

Comments
 (0)