Skip to content

Commit 5a78b63

Browse files
committed
release 0.8.2
1 parent eaf25ea commit 5a78b63

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "matchit"
3-
version = "0.8.1"
3+
version = "0.8.2"
44
license = "MIT AND BSD-3-Clause"
55
authors = ["Ibraheem Ahmed <ibraheem@ibraheem.ca>"]
66
edition = "2021"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# `matchit`
22

3-
[![Documentation](https://img.shields.io/badge/docs-0.8.1-4d76ae?style=for-the-badge)](https://docs.rs/matchit)
3+
[![Documentation](https://img.shields.io/badge/docs-0.8.2-4d76ae?style=for-the-badge)](https://docs.rs/matchit)
44
[![Version](https://img.shields.io/crates/v/matchit?style=for-the-badge)](https://crates.io/crates/matchit)
55
[![License](https://img.shields.io/crates/l/matchit?style=for-the-badge)](https://crates.io/crates/matchit)
66

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//! # `matchit`
22
//!
3-
//! [![Documentation](https://img.shields.io/badge/docs-0.8.0-4d76ae?style=for-the-badge)](https://docs.rs/matchit)
3+
//! [![Documentation](https://img.shields.io/badge/docs-0.8.2-4d76ae?style=for-the-badge)](https://docs.rs/matchit)
44
//! [![Version](https://img.shields.io/crates/v/matchit?style=for-the-badge)](https://crates.io/crates/matchit)
55
//! [![License](https://img.shields.io/crates/l/matchit?style=for-the-badge)](https://crates.io/crates/matchit)
66
//!

0 commit comments

Comments
 (0)