Skip to content

Commit

Permalink
release 0.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ibraheemdev committed Apr 28, 2024
1 parent eaf25ea commit 5a78b63
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "matchit"
version = "0.8.1"
version = "0.8.2"
license = "MIT AND BSD-3-Clause"
authors = ["Ibraheem Ahmed <ibraheem@ibraheem.ca>"]
edition = "2021"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# `matchit`

[![Documentation](https://img.shields.io/badge/docs-0.8.1-4d76ae?style=for-the-badge)](https://docs.rs/matchit)
[![Documentation](https://img.shields.io/badge/docs-0.8.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)

Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//! # `matchit`
//!
//! [![Documentation](https://img.shields.io/badge/docs-0.8.0-4d76ae?style=for-the-badge)](https://docs.rs/matchit)
//! [![Documentation](https://img.shields.io/badge/docs-0.8.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)
//!
Expand Down

0 comments on commit 5a78b63

Please sign in to comment.