From 3aac584df4b8cd87c98169ed9e647bc0a5744805 Mon Sep 17 00:00:00 2001 From: Ibraheem Ahmed Date: Wed, 1 Nov 2023 15:19:30 -0400 Subject: [PATCH] release 0.2.4 --- Cargo.toml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index eea03f3..a3abb2f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "boxcar" -version = "0.2.3" +version = "0.2.4" authors = ["Ibraheem Ahmed "] edition = "2021" license = "MIT" diff --git a/README.md b/README.md index b839c24..4895e29 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ [![Crate](https://img.shields.io/crates/v/boxcar?style=for-the-badge)](https://crates.io/crates/boxcar) [![Github](https://img.shields.io/badge/github-boxcar-success?style=for-the-badge)](https://github.com/ibraheemdev/boxcar) -[![Docs](https://img.shields.io/badge/docs.rs-0.2.2-4d76ae?style=for-the-badge)](https://docs.rs/boxcar) +[![Docs](https://img.shields.io/badge/docs.rs-0.2.4-4d76ae?style=for-the-badge)](https://docs.rs/boxcar) A concurrent, append-only vector.