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: assert-rs/predicates-rs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.1.5
Choose a base ref
...
head repository: assert-rs/predicates-rs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.0.1
Choose a head ref
  • 18 commits
  • 25 files changed
  • 2 contributors

Commits on Feb 27, 2023

  1. docs: Clarify copyright

    epage committed Feb 27, 2023
    Configuration menu
    Copy the full SHA
    7c5d3fa View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2023

  1. Configuration menu
    Copy the full SHA
    e05dce0 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #135 from assert-rs/renovate/concolor-0.x

    chore(deps): update rust crate concolor to 0.0.12
    epage authored Mar 1, 2023
    Configuration menu
    Copy the full SHA
    9777b50 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2023

  1. chore: Update MSRV to 1.64.0

    epage committed Mar 14, 2023
    Configuration menu
    Copy the full SHA
    7a96143 View commit details
    Browse the repository at this point in the history
  2. feat!: Always print color when color is enabled

    This is in anticipation of callers using `anstyle_stream` to print this
    which will "Do The Right Thing"
    
    BREAKING CHANGE:
    - `color-auto` is gone
    - `Display`s won't automatically print ANSI color code when
      appropriate but instead `format!("{}", case)` will never print color
      and `format!("{:#}", case)` will always print color
    epage committed Mar 14, 2023
    Configuration menu
    Copy the full SHA
    38ad49c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b37dbf7 View commit details
    Browse the repository at this point in the history
  4. style: Make clippy happy

    epage committed Mar 14, 2023
    Configuration menu
    Copy the full SHA
    13baa4c View commit details
    Browse the repository at this point in the history
  5. docs: Update changelog

    epage committed Mar 14, 2023
    Configuration menu
    Copy the full SHA
    a40dfc7 View commit details
    Browse the repository at this point in the history
  6. chore: Release

    epage committed Mar 14, 2023
    Configuration menu
    Copy the full SHA
    7b72b70 View commit details
    Browse the repository at this point in the history
  7. chore: Release

    epage committed Mar 14, 2023
    Configuration menu
    Copy the full SHA
    2f21e56 View commit details
    Browse the repository at this point in the history
  8. docs: Update changelog

    epage committed Mar 14, 2023
    Configuration menu
    Copy the full SHA
    88740ca View commit details
    Browse the repository at this point in the history
  9. chore: Release

    epage committed Mar 14, 2023
    Configuration menu
    Copy the full SHA
    4498eef View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    2cfb8f7 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    24b04a4 View commit details
    Browse the repository at this point in the history
  12. docs: Update changelog

    epage committed Mar 14, 2023
    Configuration menu
    Copy the full SHA
    0d51b5a View commit details
    Browse the repository at this point in the history
  13. chore: Release

    epage committed Mar 14, 2023
    Configuration menu
    Copy the full SHA
    28fc2fd View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2023

  1. Merge pull request #136 from epage/anstream

    feat!: Always print color when color is enabled
    epage authored Mar 15, 2023
    Configuration menu
    Copy the full SHA
    a877a73 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #137 from epage/fix

    fix: Ensure colors are outputted
    epage authored Mar 15, 2023
    Configuration menu
    Copy the full SHA
    ffbdcc4 View commit details
    Browse the repository at this point in the history
Loading