From d82d9b36947684e24313beda9f6df14999b49872 Mon Sep 17 00:00:00 2001 From: Ibraheem Ahmed Date: Tue, 30 Apr 2024 21:56:24 -0400 Subject: [PATCH] release 0.2.5 --- Cargo.toml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index a3abb2f..5dc8d12 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "boxcar" -version = "0.2.4" +version = "0.2.5" authors = ["Ibraheem Ahmed "] edition = "2021" license = "MIT" diff --git a/README.md b/README.md index 4895e29..0e32576 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.4-4d76ae?style=for-the-badge)](https://docs.rs/boxcar) +[![Docs](https://img.shields.io/badge/docs.rs-0.2.5-4d76ae?style=for-the-badge)](https://docs.rs/boxcar) A concurrent, append-only vector.