From dae16c431fcd14a1eed16aaec78d4c76b0d20b25 Mon Sep 17 00:00:00 2001 From: Chris Hennick Date: Sun, 21 May 2023 17:58:20 -0700 Subject: [PATCH] Bump version to 0.8.3 --- Cargo.toml | 2 +- README.md | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 22b3bc46..94037d24 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "zip_next" -version = "0.8.2" +version = "0.8.3" authors = ["Mathijs van de Nes ", "Marli Frost ", "Ryan Levick ", "Chris Hennick "] license = "MIT" diff --git a/README.md b/README.md index 48ddfa70..6446e45f 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ zip_next [![Build Status](https://github.com/Pr0methean/zip-next/actions/workflows/ci.yaml/badge.svg)](https://github.com/Pr0methean/zip-next/actions?query=branch%3Amaster+workflow%3ACI) [![Crates.io version](https://img.shields.io/crates/v/zip_next.svg)](https://crates.io/crates/zip_next) -[Documentation](https://docs.rs/zip_next/0.8.2/zip_next/) +[Documentation](https://docs.rs/zip_next/0.8.3/zip_next/) Info ---- @@ -32,14 +32,14 @@ With all default features: ```toml [dependencies] -zip_next = "0.8.2" +zip_next = "0.8.3" ``` Without the default features: ```toml [dependencies] -zip_next = { version = "0.8.2", default-features = false } +zip_next = { version = "0.8.3", default-features = false } ``` The features available are: