• v3.0.0 989da2b3d2

    steffo released this 2026-07-26 17:46:24 +00:00 | 6 commits to main since this release

    Signed by steffo
    GPG key ID: AD6C61B1AB12B6F1
    • Added tracing.
    • Improved error messages in general.
    • Updated to Rust 2024 edition.
    • BREAKING: Envdot no longer panics if it can't read a file and just ignores it instead.
    • BREAKING: Envfiles no longer panics if it can't read a file and just ignores it instead.
    • SAFETY: Tests must be run in a single thread because of std::env::set_var and std::env::remove_var.
    • BREAKING: Configuration variables now default to pub(self), but their visibility can be changed by prefixing the desired visibility to them.
    • Doc comments and attributes can be added to configuration variables.
    Downloads