Skip to content

Release v0.14.0

Compare
Choose a tag to compare
@github-actions github-actions released this 20 Aug 10:36
· 41 commits to main since this release
a9abb82
  • Update CHANGELOG.md for v0.13.0
  • fix: Improve .gitignore handling and add support for directory patterns
  • fix: Resolve ModuleNotFoundError by including code_collator package in setup.py and adding init.py file
  • feat: Add package version retrieval from environment
  • fix: Update package structure and installation
  • fix: Remove unused import and fix whitespace issues
  • fix: Remove whitespace from blank lines in code_collator/collate.py
  • fix: Resolve ModuleNotFoundError in tests
  • fix: Update package setup and imports
  • fix: Update tests to use imported functions directly
  • fix: Add parent directory to sys.path in test_collate.py
  • fix: Move imports to the top of the file in tests/test_collate.py
  • fix: Move imports to the top of the file in tests/test_collate.py
  • fix: Add parent directory to Python path in test file
  • fix: Add parent directory to Python path in tests/test_collate.py
  • fix: Update .gitignore to include additional file pattern
  • fix: Remove duplicate imports and fix formatting in tests/test_collate.py
  • fix: Add parent directory to Python path in tests/test_collate.py
  • fix: Remove duplicate import statements in tests/test_collate.py
  • Merge pull request #27 from tawanda-kembo/feat/improve-ignore-rules