Skip to content

Commit

Permalink
release: prepare v0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
phip1611 committed Aug 2, 2024
1 parent 9301683 commit be81bc9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v0.3.2 (2024-08-02)

- `TarArchive::entries` is now `#[must_use]`

# v0.3.1 (2024-05-03)

- More sanity checks with malformed Tar archives.
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ as GNU Longname. The maximum supported file name length is 256 characters exclud
(using the tar name/prefix longname implementation).The maximum supported file size is 8GiB.
Directories are supported, but only regular fields are yielded in iteration.
"""
version = "0.3.1"
version = "0.3.2"
edition = "2021"
keywords = ["tar", "tarball", "archive"]
categories = ["data-structures", "no-std", "parser-implementations"]
Expand Down

0 comments on commit be81bc9

Please sign in to comment.