// filepath: CHANGELOG.md
# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [0.3.0] - 2025-02-09
[0.3.0]: https://github.com/rsimon64-gh/grrs/releases/tag/v0.3.0
### Added
- Documentation
- Integration with github pages
### Changed
- Unique new name for publishing on crates.io
## [0.2.0] - 2025-02-09
### Added
- version displax
## [0.1.0] - 2025-02-09
### Added
- Initial release: tutorial
- Basic file search functionality with pattern matching
- Command line interface using clap
- Error handling with anyhow
- Basic test coverage