8000 Comparing v2.0.2...v2.0.3 · RoaringBitmap/croaring-rs · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
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: RoaringBitmap/croaring-rs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.0.2
Choose a base ref
...
head repository: RoaringBitmap/croaring-rs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.0.3
Choose a head ref
  • 8 commits
  • 19 files changed
  • 3 contributors

Commits on Jul 8, 2024

  1. Use new croaring funcs (#141)

    * Fix fuzz warnings
    
    * Use new functions from CRoaring
    Dr-Emann authored Jul 8, 2024
    Configuration menu
    Copy the full SHA
    3fc122c View commit details
    Browse the repository at this point in the history
  2. Bump roaring from 0.10.5 to 0.10.6

    Bumps [roaring](https://github.com/RoaringBitmap/roaring-rs) from 0.10.5 to 0.10.6.
    - [Release notes](https://github.com/RoaringBitmap/roaring-rs/releases)
    - [Commits](RoaringBitmap/roaring-rs@v0.10.5...v0.10.6)
    
    ---
    updated-dependencies:
    - dependency-name: roaring
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Jul 8, 2024
    Configuration menu
    Copy the full SHA
    6eca973 View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2024

  1. Bump cc from 1.0.104 to 1.1.5

    Bumps [cc](https://github.com/rust-lang/cc-rs) from 1.0.104 to 1.1.5.
    - [Release notes](https://github.com/rust-lang/cc-rs/releases)
    - [Changelog](https://github.com/rust-lang/cc-rs/blob/main/CHANGELOG.md)
    - [Commits](rust-lang/cc-rs@cc-v1.0.104...cc-v1.1.5)
    
    ---
    updated-dependencies:
    - dependency-name: cc
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Jul 15, 2024
    Configuration menu
    Copy the full SHA
    960f625 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2024

  1. Merge pull request #144 from RoaringBitmap/dependabot/cargo/cc-1.1.5

    Bump cc from 1.0.104 to 1.1.5
    saulius authored Jul 18, 2024
    Configuration menu
    Copy the full SHA
    0f1809d View commit details
    Browse the repository at this point in the history
  2. Merge pull request #142 from RoaringBitmap/dependabot/cargo/roaring-0…

    ….10.6
    
    Bump roaring from 0.10.5 to 0.10.6
    saulius authored Jul 18, 2024
    Configuration menu
    Copy the full SHA
    cb552f1 View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2024

  1. Bump to croaring 4.1.1

    No API changes, just implementation
    Dr-Emann committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    006f76b View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2024

  1. Fix #148 (#149)

    * check minimal versions with cargo-minimal-versions
    
    * move benchmark to last step of CI
    
    * Only allow patch updates to the sys crate
    
    Use the `~` version specifier, which only allows changes in the last digit of
    the version. Additionally, force use of version `4.1.1`+, as `4.1.0`
    incorrectly claimed the library version in the c code
    
    * correct minimal cc version
    Dr-Emann authored Aug 6, 2024
    Configuration menu
    Copy the full SHA
    46f226c View commit details
    Browse the repository at this point in the history
  2. missed update to Cargo.lock

    Dr-Emann committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    4911510 View commit details
    Browse the repository at this point in the history
Loading
0