Skip to content

v1.2.1 - Robust .gitignore handling

Choose a tag to compare

@naranor naranor released this 08 May 22:46
· 29 commits to main since this release
0c1708e

This release fixes the issue where nested directories (like venv/) were incorrectly indexed by implementing proper .gitignore pattern matching using the pathspec library.

What's Changed

  • Potential fix for code scanning alert no. 3: Workflow does not contain permissions by @naranor in #2
  • docs: improve README structure and formatting by @naranor in #3
  • test: add comprehensive tests for 80%+ coverage by @naranor in #4
  • test: add comprehensive tests for 80%+ coverage by @naranor in #5
  • Audit fixes and architectural improvements by @naranor in #6
  • Comprehensive Java support and multi-language parsing by @naranor in #7
  • Final fix: Restore Java support and version 1.2.0 to main by @naranor in #8
  • Release v1.2.1: Robust .gitignore handling by @naranor in #9

Full Changelog: v1.1.0...v1.2.1