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: v0.1.0
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: v0.2.0
Choose a head ref
  • 6 commits
  • 7 files changed
  • 1 contributor

Commits on Jun 2, 2017

  1. Make predicate::* modules private with pub uses

    The modules under predicate::* were not meant to be publically
    available, they were meant for code organization only. Instead, their
    contents should just be public uses in the predicate module.
    
    This will trigger a new minor version as technically it changes the API
    surface.
    
    Signed-off-by: Nick Stevens <nick@bitcurry.com>
    nastevens committed Jun 2, 2017
    Copy the full SHA
    e75bfdb View commit details
  2. Update for 0.2 release

    Signed-off-by: Nick Stevens <nick@bitcurry.com>
    nastevens committed Jun 2, 2017
    Copy the full SHA
    3d3635e View commit details
  3. Add CHANGELOG.md

    Signed-off-by: Nick Stevens <nick@bitcurry.com>
    nastevens committed Jun 2, 2017
    Copy the full SHA
    2292ff4 View commit details
  4. Add missing LICENSE-{APACHE, MIT} files

    Signed-off-by: Nick Stevens <nick@bitcurry.com>
    nastevens committed Jun 2, 2017
    Copy the full SHA
    6d19581 View commit details
  5. Give credit to futures-rs for API inspiration

    Signed-off-by: Nick Stevens <nick@bitcurry.com>
    nastevens committed Jun 2, 2017
    Copy the full SHA
    3b03df5 View commit details
  6. Add changelog link to README

    Signed-off-by: Nick Stevens <nick@bitcurry.com>
    nastevens committed Jun 2, 2017
    Copy the full SHA
    d15ef40 View commit details

This comparison is taking too long to generate.

Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.

You can try running this command locally to see the comparison on your machine:
git diff v0.1.0...v0.2.0