From 36e5398589129896c5dad8a6b2580ede59831875 Mon Sep 17 00:00:00 2001 From: Ibraheem Ahmed Date: Sun, 10 Mar 2024 17:44:11 -0400 Subject: [PATCH] release 0.8.0 --- Cargo.toml | 2 +- README.md | 2 +- src/lib.rs | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 48effe5..527fb03 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "matchit" -version = "0.7.3" +version = "0.8.0" license = "MIT AND BSD-3-Clause" authors = ["Ibraheem Ahmed "] edition = "2021" diff --git a/README.md b/README.md index 260cdbe..4450c34 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # `matchit` -[![Documentation](https://img.shields.io/badge/docs-0.7.3-4d76ae?style=for-the-badge)](https://docs.rs/matchit) +[![Documentation](https://img.shields.io/badge/docs-0.8.0-4d76ae?style=for-the-badge)](https://docs.rs/matchit) [![Version](https://img.shields.io/crates/v/matchit?style=for-the-badge)](https://crates.io/crates/matchit) [![License](https://img.shields.io/crates/l/matchit?style=for-the-badge)](https://crates.io/crates/matchit) diff --git a/src/lib.rs b/src/lib.rs index 336142d..f40eb2f 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -1,6 +1,6 @@ //! # `matchit` //! -//! [![Documentation](https://img.shields.io/badge/docs-0.7.3-4d76ae?style=for-the-badge)](https://docs.rs/matchit) +//! [![Documentation](https://img.shields.io/badge/docs-0.8.0-4d76ae?style=for-the-badge)](https://docs.rs/matchit) //! [![Version](https://img.shields.io/crates/v/matchit?style=for-the-badge)](https://crates.io/crates/matchit) //! [![License](https://img.shields.io/crates/l/matchit?style=for-the-badge)](https://crates.io/crates/matchit) //!