Release v0.0.26
What's New?
- You can now query multiple entities in a single query and compare with them in conditions and filter them like CodeQL 🚀
Example:FIND method_declaration AS md, method_invocation AS mi WHERE md.getName() == mi.getName() && md.getVisibility() != "private"
- The pathfinder cli now fresh look with code, line number, file name formatted
- If you make any mistakes in query, pathfinder cli advises you error message exactly line number and doesn't crash the program
- Posthog had issues in previous release due to breaking changes in golang sdk from posthog, which is now fixed.

Changelog
- moved to better output format ⭐ by @shivasurya in #120
- bug(posthog): upgrade posthog go version by @shivasurya in #121
- Bump actions/download-artifact from 3 to 4.1.7 in /.github/workflows in the github_actions group across 1 directory by @dependabot in #124
- Bump the npm_and_yarn group across 1 directory with 2 updates by @dependabot in #123
- Support multiple entity selection via cartesian product 📐 by @shivasurya in #116
- added better error handling for query parsing ⭐ by @shivasurya in #126
- Bump/v0.0.26 by @shivasurya in #127
- updated release upload action v4 by @shivasurya in #128
Full Changelog: v0.0.25...v0.0.26