Skip to content

Commit 53357c9

Browse files
Bump crate version to 0.9.1
1 parent 8422164 commit 53357c9

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## [0.9.0] - 2025-11-27
8+
## [0.9.1] - 2025-11-27
99

1010
This release improves archive creation and adds symlink preservation. The core directory traversal logic does now accept pluggable handlers, enabling flexible behavior for different compression strategies.
1111

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-extensions"
3-
version = "0.9.0"
3+
version = "0.9.1"
44
authors = ["Matthias Friedrich <rushiblegit@gmail.com>"]
55
edition = "2021"
66
description = "An extension crate for zip."

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Add the following dependencies to the `Cargo.toml` file.
1717
````toml
1818
[dependencies]
1919
zip = "3.0"
20-
zip-extensions = "0.9.0"
20+
zip-extensions = "0.9.1"
2121
````
2222

2323
See https://github.com/zip-rs/zip2 fur further information about `zip` dependencies.

0 commit comments

Comments
 (0)