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: v2.4.2
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: v2.5.0
Choose a head ref
  • 5 commits
  • 11 files changed
  • 4 contributors

Commits on Mar 22, 2025

  1. fix: improve error message for duplicated file (#277)

    * feat(result): wrap Cow in ZipError::InvalidArchive
    
    so that we can dynamically generate error message.
    
    * fix(write): improve error message for duplicate filenames
    Bogay authored Mar 22, 2025
    1 Configuration menu
    Copy the full SHA
    c9a5175 View commit details
    Browse the repository at this point in the history
  2. feat: Add jiff integration (#323)

    * feat: Add `jiff` integration
    
    * chore: Rename `jiff` feature to `jiff-02` feature
    sorairolake authored Mar 22, 2025
    Configuration menu
    Copy the full SHA
    ef8aa70 View commit details
    Browse the repository at this point in the history
  3. deps: remove thiserror and displaydoc dependencies (#324)

    * Remove thiserror and displaydoc dependencies
    
    * Override proc-macros2 version that doesn't build on MSRV
    
    Signed-off-by: Chris Hennick <[email protected]>
    
    * deps: Fix typo
    
    Signed-off-by: Chris Hennick <[email protected]>
    
    * deps: Fix typo
    
    Signed-off-by: Chris Hennick <[email protected]>
    
    ---------
    
    Signed-off-by: Chris Hennick <[email protected]>
    Co-authored-by: Chris Hennick <[email protected]>
    ginnyTheCat and Pr0methean authored Mar 22, 2025
    Configuration menu
    Copy the full SHA
    a7b80cf View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2025

  1. feat: Add support for time::PrimitiveDateTime (#322)

    Mark `TryFrom<OffsetDateTime> for DateTime` and
    `TryFrom<DateTime> for OffsetDateTime` as deprecated.
    sorairolake authored Mar 23, 2025
    Configuration menu
    Copy the full SHA
    7613e6b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    77cde6a View commit details
    Browse the repository at this point in the history
Loading