Skip to content

Commit 6eab5f5

Browse files
authored
chore: release v2.3.0 (#300)
1 parent e4aee20 commit 6eab5f5

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
# Changelog
22

3+
## [2.3.0](https://github.com/zip-rs/zip2/compare/v2.2.3...v2.3.0) - 2025-03-16
4+
5+
### <!-- 0 -->🚀 Features
6+
7+
- Add support for NTFS extra field ([#279](https://github.com/zip-rs/zip2/pull/279))
8+
9+
### <!-- 1 -->🐛 Bug Fixes
10+
11+
- *(test)* Conditionalize a zip64 doctest ([#308](https://github.com/zip-rs/zip2/pull/308))
12+
- fix failing tests, remove symlink loop check
13+
- Canonicalize output path to avoid false negatives
14+
- Symlink handling in stream extraction
15+
- Canonicalize output paths and symlink targets, and ensure they descend from the destination
16+
17+
### <!-- 7 -->⚙️ Miscellaneous Tasks
18+
19+
- Fix clippy and cargo fmt warnings ([#310](https://github.com/zip-rs/zip2/pull/310))
20+
321
## [2.2.3](https://github.com/zip-rs/zip2/compare/v2.2.2...v2.2.3) - 2025-02-26
422

523
### <!-- 2 -->🚜 Refactor

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "zip"
3-
version = "2.2.3"
3+
version = "2.3.0"
44
authors = [
55
"Mathijs van de Nes <[email protected]>",
66
"Marli Frost <[email protected]>",

0 commit comments

Comments
 (0)