Skip to content

Commit ae2022b

Browse files
committed
chore: release v0.2.1
1 parent 4513756 commit ae2022b

File tree

3 files changed

+16
-11
lines changed

3 files changed

+16
-11
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.2.1] - 2026-02-03
11+
12+
### Fixed
13+
14+
- **Faster extract**: Significantly faster when extracting large files in `.zip` and `.tar`
15+
1016
## [0.2.0] - 2026-02-02
1117

1218
### Added

Cargo.lock

Lines changed: 9 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "inro"
3-
version = "0.2.0"
3+
version = "0.2.1"
44
edition = "2024"
55

66
[dependencies]

0 commit comments

Comments
 (0)