Release v0.3.0
Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog,
and this project adheres to Semantic Versioning.
Unreleased
v0.3.0 - 2025-01-13
Added
Fixed
- Ensure rustscout-cli uses local path for rustscout dependency
- Update rustscout dependency to use local path
Documentation
- Add library documentation
Other
- chore: Update rustscout and rustscout-cli to version 0.3.0
- style: Format code with cargo fmt
- chore: Remove old rtrace_core and rtrace_cli directories
All notable changes to rustscout will be documented in this file.
The format is based on Keep a Changelog,
and this project adheres to Semantic Versioning.
Unreleased
Added
- Initial release of rustscout and rustscout-cli
- High-performance concurrent file searching
- Support for simple string and regex patterns
- File filtering by extension and ignore patterns
- Stats-only mode for summary output
- Cross-platform support (Windows, macOS, Linux)
- Comprehensive documentation with .NET comparisons
- Benchmark suite for performance testing
- CI/CD pipeline with cross-platform testing
- Code coverage reporting with Codecov integration
Changed
- Renamed project from RTrace to rustscout
Fixed
- None
0.1.0 - 2024-01-13
- Initial release to crates.io