Releases: agingorange/cdu
Releases · agingorange/cdu
Release list
v0.1.4
Added
- Send a message via a Discord webhook if the outside IP changes.
- Use Dotenvy to load environment variables from a file.
Changed
- Use
serde_jason::Valueinstead of Cloudlflare's exact structs to prevent having to update the structs if something unrelated changes. - Explain how to use Tracing in README.
- Update crates.
v0.1.3
Added
- Add workflow to verify if new version number has been added to the change log and
Cargo.toml. - Add
--config-dirflag to specify the directory for the configuration file.
Fixed
- Fix incorrect environment variable names in README.
Removed
- Remove unused crates.
v0.1.2
Changed
- Remove unused targets from Release workflow
Security
- Bump dependencies because of h2 vulnerability
v0.1.1
Added
- Use cross for cross-compilation in the Release workflow.
- Add CHANGELOG and LICENSE to releases.
- Add MIT License.
Changed
- Bump crates