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: zip-rs/zip2
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v5.1.1
Choose a base ref
...
head repository: zip-rs/zip2
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v6.0.0
Choose a head ref
  • 11 commits
  • 8 files changed
  • 6 contributors

Commits on Sep 11, 2025

  1. chore(deps): update nt-time requirement from 0.10.6 to 0.12.1 (#424)

    Updates the requirements on [nt-time](https://github.com/sorairolake/nt-time) to permit the latest version.
    - [Changelog](https://github.com/sorairolake/nt-time/blob/develop/CHANGELOG.adoc)
    - [Commits](sorairolake/nt-time@v0.10.6...v0.12.1)
    
    ---
    updated-dependencies:
    - dependency-name: nt-time
      dependency-version: 0.12.1
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Sep 11, 2025
    Configuration menu
    Copy the full SHA
    0ab4a0e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    74f8a3c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5987cdd View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2025

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

Commits on Sep 13, 2025

  1. chore(deps): update nt-time requirement from 0.10.6 to 0.12.1 (#427)

    Updates the requirements on [nt-time](https://github.com/sorairolake/nt-time) to permit the latest version.
    - [Changelog](https://github.com/sorairolake/nt-time/blob/develop/CHANGELOG.adoc)
    - [Commits](sorairolake/nt-time@v0.10.6...v0.12.1)
    
    ---
    updated-dependencies:
    - dependency-name: nt-time
      dependency-version: 0.12.1
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Sep 13, 2025
    Configuration menu
    Copy the full SHA
    2ef4d3e View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2025

  1. chore(deps): update nt-time requirement from 0.10.6 to 0.12.1 (#428)

    Updates the requirements on [nt-time](https://github.com/sorairolake/nt-time) to permit the latest version.
    - [Changelog](https://github.com/sorairolake/nt-time/blob/develop/CHANGELOG.adoc)
    - [Commits](sorairolake/nt-time@v0.10.6...v0.12.1)
    
    ---
    updated-dependencies:
    - dependency-name: nt-time
      dependency-version: 0.12.1
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Sep 18, 2025
    Configuration menu
    Copy the full SHA
    72cce40 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2025

  1. chore(deps): update lzma-rust2 requirement from 0.13 to 0.14 (#432)

    ---
    updated-dependencies:
    - dependency-name: lzma-rust2
      dependency-version: 0.14.1
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Oct 8, 2025
    Configuration menu
    Copy the full SHA
    1d5d4ed View commit details
    Browse the repository at this point in the history
  2. chore(deps): update nt-time requirement from 0.10.6 to 0.12.1 (#429)

    Updates the requirements on [nt-time](https://github.com/sorairolake/nt-time) to permit the latest version.
    - [Changelog](https://github.com/sorairolake/nt-time/blob/develop/CHANGELOG.adoc)
    - [Commits](sorairolake/nt-time@v0.10.6...v0.12.1)
    
    ---
    updated-dependencies:
    - dependency-name: nt-time
      dependency-version: 0.12.1
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Oct 8, 2025
    Configuration menu
    Copy the full SHA
    165415d View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2025

  1. Configuration menu
    Copy the full SHA
    26e6e08 View commit details
    Browse the repository at this point in the history
  2. docs: Update zip_writer documentation example (#431)

    * Update zip_writer documentation example
    
    Replace the fixed size buffer example with a dynamic Vec
    
    Since the buffer size was of fixed, size, the resulting zip file was always the
    same size, defeating the purpose of compression
    
    * Comment inside an example needs "/// //"
    
    Signed-off-by: Chris Hennick <[email protected]>
    
    ---------
    
    Signed-off-by: Chris Hennick <[email protected]>
    Co-authored-by: Chris Hennick <[email protected]>
    romuald and Pr0methean authored Oct 9, 2025
    Configuration menu
    Copy the full SHA
    eb1b586 View commit details
    Browse the repository at this point in the history
  3. feat: Upgrade [Extended]FileOptions::add_extra_data() data from Box<[…

    …u8]> to AsRef<[u8]> (#435)
    
    * Upgrade ExtendedFileOptions::add_extra_data() data from Box<[u8]> to AsRef<[u8]>
    
    Existing callers are unaffected but you can just give it slices now
    
    * Upgrade FileOptions::add_extra_data() data from Box<[u8]> to AsRef<[u8]> likewise
    
    * Build matrix coverage
    
    * fmt
    
    * Unsplit
    
    * Bump version to 6.0.0
    nabijaczleweli authored Oct 9, 2025
    Configuration menu
    Copy the full SHA
    abfc23d View commit details
    Browse the repository at this point in the history
Loading