File tree Expand file tree Collapse file tree 1 file changed +13
-0
lines changed
Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -30,6 +30,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3030
3131- Reorganized README.md with professional badge section at the top
3232- Moved CI status information to badge section
33+ - ** Repository structure cleanup** : Comprehensive reorganization for better code organization
34+ - Created ` examples/ ` directory for better code organization
35+ - Moved ` example_usage.py ` from root to ` examples/ `
36+ - Moved 8 test files from root to ` tests/ ` directory
37+ - Moved 4 development documentation files to ` docs/ ` directory
38+ - Cleaned up 9 temporary files and empty files
39+ - Updated all documentation references for new structure
40+
41+ ### Security
42+
43+ - Fixed Semgrep security warning for API key logging
44+ - Changed log message from 'API key present' to 'Authentication configured'
45+ - Resolved python.lang.security.audit.logging.logger-credential-leak finding
3346
3447## [ 0.1.0] - 2025-01-27
3548
You can’t perform that action at this time.
0 commit comments