feat: prepare 0.6.1 release

- update the version number in Cargo
- update the README file

Tested:
- No
This commit is contained in:
Alexander Zaitsev 2022-04-01 00:43:51 +03:00
parent d00ad632a1
commit 23771411dc
No known key found for this signature in database
GPG key ID: FC891851263F1E5D
2 changed files with 4 additions and 4 deletions

View file

@ -1,6 +1,6 @@
[package]
name = "zip"
version = "0.6.0"
version = "0.6.1"
authors = ["Mathijs van de Nes <git@mathijs.vd-nes.nl>", "Marli Frost <marli@frost.red>", "Ryan Levick <ryan.levick@gmail.com>"]
license = "MIT"
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)
[![Discord](https://badgen.net/badge/icon/discord?icon=discord&label)](https://discord.gg/rQ7H9cSsF4)
[Documentation](https://docs.rs/zip/0.6.0/zip/)
[Documentation](https://docs.rs/zip/0.6.1/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"
zip = "0.6.1"
```
Without the default features:
```toml
[dependencies]
zip = { version = "0.6", default-features = false }
zip = { version = "0.6.1", default-features = false }
```
The features available are: