Merge pull request #298 from zip-rs/feature/prepare_release_0.6.2

feat: prepare 0.6.2 release
This commit is contained in:
Alexander Zaitsev 2022-04-02 17:38:43 +03:00 committed by GitHub
commit 4f7609cec7
Signed by: DevComp
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View file

@ -1,6 +1,6 @@
[package] [package]
name = "zip" name = "zip"
version = "0.6.1" version = "0.6.2"
authors = ["Mathijs van de Nes <git@mathijs.vd-nes.nl>", "Marli Frost <marli@frost.red>", "Ryan Levick <ryan.levick@gmail.com>"] authors = ["Mathijs van de Nes <git@mathijs.vd-nes.nl>", "Marli Frost <marli@frost.red>", "Ryan Levick <ryan.levick@gmail.com>"]
license = "MIT" license = "MIT"
repository = "https://github.com/zip-rs/zip.git" repository = "https://github.com/zip-rs/zip.git"

View file

@ -5,7 +5,7 @@ zip-rs
[![Crates.io version](https://img.shields.io/crates/v/zip.svg)](https://crates.io/crates/zip) [![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) [![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, > PSA: This version of the ZIP crate will not gain any new features,
> and will only be updated if major security issues are found. > and will only be updated if major security issues are found.
@ -35,14 +35,14 @@ With all default features:
```toml ```toml
[dependencies] [dependencies]
zip = "0.6.1" zip = "0.6.2"
``` ```
Without the default features: Without the default features:
```toml ```toml
[dependencies] [dependencies]
zip = { version = "0.6.1", default-features = false } zip = { version = "0.6.2", default-features = false }
``` ```
The features available are: The features available are: