Releases: nexepic/reson
Releases · nexepic/reson
v1.4.1
fix: add workflow permissions for release publishing - Add 'contents: write' permission to allow release operations - Change secrets.TOKEN to secrets.GITHUB_TOKEN for proper authentication - This fixes 'Resource not accessible by integration' error when publishing releases to GitHub. Author: nexepic <remarkable.yh@gmail.com>
v1.4.0
- AST Parser Enhancements: Extensive refactoring of ast_parser.rs, ast_collection.rs, and ast_node.rs for better performance and maintainability
- Filter System: Upgraded filtering capabilities in utils/filters.rs
- CLI Refactoring: Improved command-line interface structure in cli.rs
- Detection Logic: Enhanced code detection mechanisms in detector.rs
- Output Formatting: Better output handling and formatting in utils/output.rs