Skip to content

Commit 39fcecf

Browse files
committed
Bump version to v0.5.1
1 parent b002e0a commit 39fcecf

File tree

3 files changed

+10
-5
lines changed

3 files changed

+10
-5
lines changed

CHANGELOG.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,16 @@
11
# Changelog
22

3+
## 0.5.1
4+
5+
* Add test to reproduce issue in `impl Stream for Entries` causing filename truncation by @charliermarsh in https://github.com/astral-sh/tokio-tar/pull/41
6+
* Avoid truncation during pending reads by @charliermarsh in https://github.com/astral-sh/tokio-tar/pull/40
7+
38
## 0.5.0
49

5-
- Setting `preserve_permissions` to `false` will avoid setting _any_ permissions on extracted files.
10+
* Setting `preserve_permissions` to `false` will avoid setting _any_ permissions on extracted files.
611
In [`alexcrichton/tar-rs`](https://github.com/alexcrichton/tar-rs), setting `preserve_permissions`
712
to `false` will still set read, write, and execute permissions on extracted files, but will avoid
813
setting extended permissions (e.g., `setuid`, `setgid`, and `sticky` bits).
9-
- Avoid creating directories outside the unpack target (see: [`alexcrichton/tar-rs#259`](https://github.com/alexcrichton/tar-rs/pull/259)).
10-
- Added `unpack_in_raw` which memoizes the set of validated paths (and assumes a pre-canonicalized)
14+
* Avoid creating directories outside the unpack target (see: [`alexcrichton/tar-rs#259`](https://github.com/alexcrichton/tar-rs/pull/259)).
15+
* Added `unpack_in_raw` which memoizes the set of validated paths (and assumes a pre-canonicalized)
1116
unpack target to avoid redundant filesystem operations.

Cargo.lock

Lines changed: 1 addition & 1 deletion
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 = "astral-tokio-tar"
3-
version = "0.5.0"
3+
version = "0.5.1"
44
authors = [
55
"Alex Crichton <[email protected]>",
66
"dignifiedquire <[email protected]>",

0 commit comments

Comments
 (0)