You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Support compressing bzip2 when feature `bzip2-rs` is enabled, since `bzip2/bzip2-sys` now supports it ([#685](https://github.com/zip-rs/zip2/pull/685))
15
+
- enforce clippy in CI ([#674](https://github.com/zip-rs/zip2/pull/674))
16
+
17
+
### <!-- 1 -->🐛 Bug Fixes
18
+
19
+
- allow aes password as bytes ([#686](https://github.com/zip-rs/zip2/pull/686))
20
+
- handle extra field padding ([#682](https://github.com/zip-rs/zip2/pull/682))
21
+
22
+
### <!-- 4 -->⚡ Performance
23
+
24
+
- AI tweaks for string type conversions in src/types.rs ([#670](https://github.com/zip-rs/zip2/pull/670))
0 commit comments