Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: rust-cli/env_logger Loading
base: v0.9.3
Choose a base ref
...
head repository: rust-cli/env_logger Loading
compare: v0.10.0
Choose a head ref
  • 11 commits
  • 28 files changed
  • 1 contributor

Commits on Nov 9, 2022

  1. Configuration menu
    Copy the full SHA
    66b0fd2 View commit details
    Browse the repository at this point in the history
  2. docs: Fix typos

    epage committed Nov 9, 2022
    Configuration menu
    Copy the full SHA
    f1ff331 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #244 from epage/update

    refactor(gh): Follow standard template
    epage committed Nov 9, 2022
    Configuration menu
    Copy the full SHA
    e572d04 View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2022

  1. fix: Bump MSRV to 1.60.0

    This is over 6 months old and allows us to hide optional dependencies as
    features so we can change them without breaking compatibility (after the
    first time).
    epage committed Nov 24, 2022
    Configuration menu
    Copy the full SHA
    660cf7f View commit details
    Browse the repository at this point in the history
  2. fix!: Rename termcolor/atty features

    This makes it easier to change dependencies in the future.
    
    BREAKING CHANGE: `termcolor` -> `color` and `atty` -> `auto-color`
    epage committed Nov 24, 2022
    Configuration menu
    Copy the full SHA
    4db5e87 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    066c219 View commit details
    Browse the repository at this point in the history
  4. style: Make clippy happy

    epage committed Nov 24, 2022
    Configuration menu
    Copy the full SHA
    d55d269 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #248 from epage/atty

    fix!: Replace atty with is_terminal
    epage committed Nov 24, 2022
    Configuration menu
    Copy the full SHA
    4c37917 View commit details
    Browse the repository at this point in the history
  6. docs: Update changelog

    epage committed Nov 24, 2022
    Configuration menu
    Copy the full SHA
    2979c4b View commit details
    Browse the repository at this point in the history
  7. docs: Fix changelog links

    epage committed Nov 24, 2022
    Configuration menu
    Copy the full SHA
    389cc52 View commit details
    Browse the repository at this point in the history
  8. chore: Release

    epage committed Nov 24, 2022
    Configuration menu
    Copy the full SHA
    ff029fa View commit details
    Browse the repository at this point in the history
Loading