# Changelog
## v0.3.1 (2025-09-25)
- Moved all channels behind a feature flag
- Support environment variable `RUST_LOG` for each channel
## v0.3.0 (2025-05-13)
- Use `Path`/`Pathbuf` for directory and file paths
## v0.2.1 (2025-03-04)
- Add retention policy to daily file channel
## v0.2.0 (2024-12-22)
- Rename drivers to channels
## v0.1.2 (2024-09-17)
- Rotate log file if file size exceeds `max_file_size`
- Add `levels` filter to `Config`
- Add `targets` filter to `Config`
- Add `test` channel to be used in tests
## v0.1.1 (2024-09-14)
- Made timezone optional with `timezone` feature flag
- Re-exported `chrono_tz` crate
## v0.1.0 (2024-09-13)
- Initial release