Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: update dependencies and rust edition #76

Open
wants to merge 7 commits into
base: master
Choose a base branch
from

Commits on Feb 28, 2022

  1. Release of dotenvy 0.15.1

    The following is also duplicated in the changelog.
    
    - `dotenv` crate forked as `dotenvy`
    - `dotenv_codegen` forked as `dotenvy_codgen`
    - `dotenv_codegen_implementation` forked as `dotenvy_codegen_impl`
    - Crate description for dotenvy_codegen
    - Crate description for dotenvy_codgen_impl
    - New language in README
    - MIT license badge in README
    - Generate helpful errors from dotenv! macro (full merge of [dotenv-rs/dotenv dotenv-rs#58](https://github.com/dotenv-rs/dotenv/pull/57/files#))
    
    - replaced deprecated `std::env_home:dir()` with `dirs:home_dir`
    - Better handling of `home_dir` (merge of [dotenv-rs/dotenv dotenv-rs#62](https://github.com/dotenv-rs/dotenv/pull/62/files#))
    - assertions dealing with `Result` (based on [dotenv-rs/dotenv dotenv-rs#57](https://github.com/dotenv-rs/dotenv/pull/57/files#))
    - upgraded clap in `dotenvy` bin from v2 to v3.1 (covers [dotenv-rs/dotenv dotenv-rs#76](https://github.com/dotenv-rs/dotenv/pull/76/files))
    
    - example folder. The simple example has been moved to the README.
    - `extern`
    - unnecessary `use` statements in doc examples
    allan2 committed Feb 28, 2022
    Configuration menu
    Copy the full SHA
    ea1572f View commit details
    Browse the repository at this point in the history
  2. Update links to PRs

    allan2 committed Feb 28, 2022
    Configuration menu
    Copy the full SHA
    2357316 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    49cb615 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2022

  1. Rename dotenvy-codegen to dotenvy_macro

    I made a foolish typo when publishing the crate.
    I think dotenvy_macro is a more user-friendly name anyway.
    Allan Zhang committed Mar 8, 2022
    Configuration menu
    Copy the full SHA
    cd0e604 View commit details
    Browse the repository at this point in the history
  2. Update crate name in macro tests

    Allan Zhang committed Mar 8, 2022
    Configuration menu
    Copy the full SHA
    24890e8 View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2022

  1. Configuration menu
    Copy the full SHA
    639981d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ae7258e View commit details
    Browse the repository at this point in the history