File tree Expand file tree Collapse file tree 2 files changed +14
-1
lines changed
Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 2.2.1] ( https://github.com/zip-rs/zip2/compare/v2.2.0...v2.2.1 ) - 2024-11-20
4+
5+ ### <!-- 1 --> 🐛 Bug Fixes
6+
7+ - remove executable bit ([ #238 ] ( https://github.com/zip-rs/zip2/pull/238 ) )
8+ - * (lzma)* fixed panic in case of invalid lzma stream ([ #259 ] ( https://github.com/zip-rs/zip2/pull/259 ) )
9+ - resolve new clippy warnings on nightly ([ #262 ] ( https://github.com/zip-rs/zip2/pull/262 ) )
10+ - resolve clippy warning in nightly ([ #252 ] ( https://github.com/zip-rs/zip2/pull/252 ) )
11+
12+ ### <!-- 4 --> ⚡ Performance
13+
14+ - Faster cde rejection ([ #255 ] ( https://github.com/zip-rs/zip2/pull/255 ) )
15+
316## [ 2.2.0] ( https://github.com/zip-rs/zip2/compare/v2.1.6...v2.2.0 ) - 2024-08-11
417
518### <!-- 0 --> 🚀 Features
Original file line number Diff line number Diff line change 11[package ]
22name = " zip"
3- version = " 2.2.0 "
3+ version = " 2.2.1 "
44authors = [
55 " Mathijs van de Nes <git@mathijs.vd-nes.nl>" ,
66 " Marli Frost <marli@frost.red>" ,
You can’t perform that action at this time.
0 commit comments