From 635f6b9b723b5831d16751b6d7ffc14ab2076b52 Mon Sep 17 00:00:00 2001 From: Alexander Zaitsev Date: Sat, 2 Apr 2022 17:34:07 +0300 Subject: [PATCH] feat: prepare 0.6.2 release - update the version number in Cargo - update the README file Tested: - No --- Cargo.toml | 2 +- README.md | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index d854e1cb..cc878218 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "zip" -version = "0.6.1" +version = "0.6.2" authors = ["Mathijs van de Nes ", "Marli Frost ", "Ryan Levick "] license = "MIT" repository = "https://github.com/zip-rs/zip.git" diff --git a/README.md b/README.md index a9230472..7db31d45 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ zip-rs [![Crates.io version](https://img.shields.io/crates/v/zip.svg)](https://crates.io/crates/zip) [![Discord](https://badgen.net/badge/icon/discord?icon=discord&label)](https://discord.gg/rQ7H9cSsF4) -[Documentation](https://docs.rs/zip/0.6.1/zip/) +[Documentation](https://docs.rs/zip/0.6.2/zip/) > PSA: This version of the ZIP crate will not gain any new features, > and will only be updated if major security issues are found. @@ -35,14 +35,14 @@ With all default features: ```toml [dependencies] -zip = "0.6.1" +zip = "0.6.2" ``` Without the default features: ```toml [dependencies] -zip = { version = "0.6.1", default-features = false } +zip = { version = "0.6.2", default-features = false } ``` The features available are: