From 4ec07ba3cbf90afda5877a546583cc2a6a5bbc5f Mon Sep 17 00:00:00 2001 From: Ibraheem Ahmed Date: Sun, 20 Feb 2022 15:18:33 -0500 Subject: [PATCH] release 0.2.0 --- Cargo.toml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 4013650..296f458 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "seize" -version = "0.1.0" +version = "0.2.0" edition = "2018" license = "MIT" authors = ["ibraheem "] diff --git a/README.md b/README.md index 25399d8..e098e41 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ [![Crate](https://img.shields.io/crates/v/seize?style=for-the-badge)](https://crates.io/crates/seize) [![Github](https://img.shields.io/badge/github-seize-success?style=for-the-badge)](https://github.com/ibraheemdev/seize) -[![Docs](https://img.shields.io/badge/docs.rs-0.1.0-4d76ae?style=for-the-badge)](https://docs.rs/seize) +[![Docs](https://img.shields.io/badge/docs.rs-0.2.0-4d76ae?style=for-the-badge)](https://docs.rs/seize) Fast, efficient, and robust memory reclamation for concurrent data structures.