mqrs/CHANGELOG.md
finga 1f7c405705 cargo: Update env_logger to latest version
Update the env_logger dependency to the latest version.
2023-12-08 01:22:33 +01:00

18 lines
554 B
Markdown

# 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).
## [Unreleased]
### Changed
- Update to the latext version of **env_logger**.
- Update to the latext version of **nix**.
- Fix several clippy findings in preperation to enable several lint
groups.
- Update to the latest version of **clap**.
- Update all dependencies that should not break SemVer.