From 08815b9fceba90b80f1118a699cb5b2c01fd6bd8 Mon Sep 17 00:00:00 2001 From: Chris Hennick Date: Tue, 2 May 2023 18:55:05 -0700 Subject: [PATCH] Bump version to 0.7.1 to work around a limitation of `cargo publish` where sub-patch versions aren't allowed --- CHANGELOG.md | 2 +- README.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d898f1cf..140450b2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -90,7 +90,7 @@ - Method `is_writing_file` - indicates whether a file is open for writing. -## [0.7.0.1] +## [0.7.1] ### Changed diff --git a/README.md b/README.md index 143ce4d4..e6835ef1 100644 --- a/README.md +++ b/README.md @@ -32,14 +32,14 @@ With all default features: ```toml [dependencies] -zip_next = "0.7.0.1" +zip_next = "0.7.1" ``` Without the default features: ```toml [dependencies] -zip_next = { version = "0.7.0.1", default-features = false } +zip_next = { version = "0.7.1", default-features = false } ``` The features available are: