-
Notifications
You must be signed in to change notification settings - Fork 109
Comparing changes
Open a pull request
base repository: zip-rs/zip2
base: v2.4.2
head repository: zip-rs/zip2
compare: v2.6.1
- 12 commits
- 11 files changed
- 8 contributors
Commits on Mar 22, 2025
-
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
1Configuration menu - View commit details
-
Copy full SHA for c9a5175 - Browse repository at this point
Copy the full SHA c9a5175View commit details -
feat: Add
jiffintegration (#323)* feat: Add `jiff` integration * chore: Rename `jiff` feature to `jiff-02` feature
Configuration menu - View commit details
-
Copy full SHA for ef8aa70 - Browse repository at this point
Copy the full SHA ef8aa70View commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for a7b80cf - Browse repository at this point
Copy the full SHA a7b80cfView commit details
Commits on Mar 23, 2025
-
feat: Add support for
time::PrimitiveDateTime(#322)Mark `TryFrom<OffsetDateTime> for DateTime` and `TryFrom<DateTime> for OffsetDateTime` as deprecated.
Configuration menu - View commit details
-
Copy full SHA for 7613e6b - Browse repository at this point
Copy the full SHA 7613e6bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 77cde6a - Browse repository at this point
Copy the full SHA 77cde6aView commit details
Commits on Apr 2, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 81ac002 - Browse repository at this point
Copy the full SHA 81ac002View commit details -
fix handling decryption with msdos date of 0 (#327)
Multiple zip utilities create password protected zip files that use the msdos date of zero. This PR allows said zip files to be opened with this crate. fixes #282 Co-authored-by: Brian Caswell <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f24ffa9 - Browse repository at this point
Copy the full SHA f24ffa9View commit details
Commits on Apr 3, 2025
-
doc: Update 6-month MSRV policy, since Rust now releases minor versio…
…ns more often Signed-off-by: Chris Hennick <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e4e7010 - Browse repository at this point
Copy the full SHA e4e7010View commit details -
chore: Update crate version to trigger relelase-plz
Signed-off-by: Chris Hennick <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 081443d - Browse repository at this point
Copy the full SHA 081443dView commit details -
doc: Comment about where to update MSRV and where to find the policy
Signed-off-by: Chris Hennick <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 84e19f2 - Browse repository at this point
Copy the full SHA 84e19f2View commit details -
fix: avoid scanning through all local file headers while opening an a…
…rchive (#281) Fixes #280 Signed-off-by: Chris Hennick <[email protected]> Co-authored-by: Chris Hennick <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f4d71a4 - Browse repository at this point
Copy the full SHA f4d71a4View commit details
Commits on Apr 4, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 1d42731 - Browse repository at this point
Copy the full SHA 1d42731View 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 v2.4.2...v2.6.1