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-lang/flate2-rs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.0.31
Choose a base ref
...
head repository: rust-lang/flate2-rs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1.0.33
Choose a head ref
  • 20 commits
  • 5 files changed
  • 5 contributors

Commits on Aug 6, 2024

  1. Merge pull request #416 from Byron/new-release

    prepare new release
    Byron authored Aug 6, 2024
    Configuration menu
    Copy the full SHA
    01c3f03 View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2024

  1. update miniz_oxide to 0.8.x

    oyvindln committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    079473d View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2024

  1. Merge pull request #420 from oyvindln/update_miniz_oxide

    update miniz_oxide dependency to 0.8.x
    Byron authored Aug 13, 2024
    Configuration menu
    Copy the full SHA
    dc6cab4 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2024

  1. update maintenance guide with recent news

    Byron authored and jongiddy committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    af8bcdb View commit details
    Browse the repository at this point in the history
  2. Merge pull request #419 from Byron/maintenance-guide

    update maintenance guide with recent news
    Byron authored Aug 14, 2024
    Configuration menu
    Copy the full SHA
    74b3c73 View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2024

  1. Check minimal version of Rust that compiles

    Specify a minimum version of the Rust compiler that successfully
    builds the crate. This allows us to be aware if the minimal version
    increases and to avoid issues such as
    #370
    
    The minimum version is a best-effort measured value and is different to
    the MSRV which is a support guarantee. The minimum version can be
    incremented by a PR in order to pass tests, as long as the MSRV holds.
    When the minimum version increases, the next release should be a minor
    version, to allow any affected users to pin to a previous minor version.
    jongiddy committed Aug 18, 2024
    Configuration menu
    Copy the full SHA
    140b285 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #421 from jongiddy/test-minimal-version

    Check minimal version of Rust that compiles
    Byron authored Aug 18, 2024
    Configuration menu
    Copy the full SHA
    d616177 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    35b4a63 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #422 from jongiddy/fix-main-ci

    Remove non-existent build in CI
    Byron authored Aug 18, 2024
    Configuration menu
    Copy the full SHA
    5d1ecf6 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2024

  1. Configuration menu
    Copy the full SHA
    d0fdac5 View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2024

  1. Bump version

    crazymerlyn committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    6084e47 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #423 from crazymerlyn/memerror

    Return error instead of packing on Z_MEM_ERROR
    Byron authored Aug 20, 2024
    Configuration menu
    Copy the full SHA
    367ec74 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2024

  1. Fix msrv: Run msrv checks with minimal versions

    Since it is possible to for dependencies to bump MSRV in patch release, msrv checking should use the minimal versions supported by flate2.
    
    Users cares deeply about msrv can also pin them to the minimal versions to maintain their current msrv.
    
    This would have also help discover bugs in #424
    NobodyXu committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    387b9c6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f51da32 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b332bac View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    80fc1e5 View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2024

  1. increase minimal versions of libz-ng-sys and libz-sys to their la…

    …test releases.
    
    That way, those compiling with `-Zminimal-versions` have higher chances of it to work.
    
    See GitoxideLabs/gitoxide#1541 for reference.
    Byron committed Aug 24, 2024
    Configuration menu
    Copy the full SHA
    a5d38e8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    66c6907 View commit details
    Browse the repository at this point in the history
  3. bump *tested* MSRV to 1.63

    That way it should compile with minimal versions.
    
    Reason for this is the following:
    
    ````
    error: package `cc v1.0.98` cannot be built because it requires rustc 1.63 or newer, while the currently active rustc version is 1.56.1
    ````
    
    Note that the expressed MSRV is still a lower one as it may work for
    some people that use different settings and/or configuration.
    Byron committed Aug 24, 2024
    Configuration menu
    Copy the full SHA
    a2df1db View commit details
    Browse the repository at this point in the history
  4. Merge pull request #425 from NobodyXu/patch-1

    Fix msrv: Run msrv checks with minimal versions
    Byron authored Aug 24, 2024
    Configuration menu
    Copy the full SHA
    50852c6 View commit details
    Browse the repository at this point in the history
Loading