From 007c71b1f9dedc0da49e3751226a46cf6aa75819 Mon Sep 17 00:00:00 2001 From: Ibraheem Ahmed Date: Thu, 3 Aug 2023 17:44:01 -0400 Subject: [PATCH] release 0.7.2 --- 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 b568de8..5a1f158 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "matchit" -version = "0.7.1" +version = "0.7.2" license = "MIT AND BSD-3-Clause" authors = ["Ibraheem Ahmed "] edition = "2021" diff --git a/README.md b/README.md index b06feeb..51de149 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # `matchit` -[![Documentation](https://img.shields.io/badge/docs-0.7.1-4d76ae?style=for-the-badge)](https://docs.rs/matchit) +[![Documentation](https://img.shields.io/badge/docs-0.7.2-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 04917f6..b33c5a2 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -1,6 +1,6 @@ //! # `matchit` //! -//! [![Documentation](https://img.shields.io/badge/docs-0.7.1-4d76ae?style=for-the-badge)](https://docs.rs/matchit) +//! [![Documentation](https://img.shields.io/badge/docs-0.7.2-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) //!