feat(release): prepare to 0.6.3 release

- update library version
- update README

Tested:
- No
This commit is contained in:
Alexander Zaitsev 2022-10-13 11:53:17 +02:00
parent bb230ef56a
commit ecbd2ce5c2
2 changed files with 4 additions and 4 deletions

View file

@ -1,6 +1,6 @@
[package]
name = "zip"
version = "0.6.2"
version = "0.6.3"
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.2/zip/)
[Documentation](https://docs.rs/zip/0.6.3/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.2"
zip = "0.6.3"
```
Without the default features:
```toml
[dependencies]
zip = { version = "0.6.2", default-features = false }
zip = { version = "0.6.3", default-features = false }
```
The features available are: