CHANGELOG.md

# Changelog
## Upcoming

<!-- next-header -->

## [Unreleased] - ReleaseDate

## [0.3.2] - 2023-3-25
- Update dependencies

## [0.3.1] - 2022-4-11
- Fix: Nested filter breaks without load option
- Add: Included `load_path` on sort and filter error types to show which subquery these errors belong to

## [0.3.0] - 2022-4-4
### Added
* Preserve errors when using Quarry.build vs Quarry.build!
* CI updates

### Fixed

## [0.2.0] - 2021-12-25
* Includes more filtering options like `less_than`, `greater_than`, `starts_with` etc

## [0.1.0] - 2021-12-25
* Initial release

<!-- next-url -->
[Unreleased]: https://github.com/enewbury/quarry/compare/v0.3.2...HEAD
[0.3.2]: https://github.com/enewbury/quarry/compare/v0.3.1...v0.3.2
[0.3.1]: https://github.com/enewbury/quarry/compare/v0.3.0...v0.3.1
[0.3.0]: https://github.com/enewbury/quarry/compare/v0.2.1...v0.3.0