diff --git a/CHANGELOG.md b/CHANGELOG.md index 8b8bc12d..a3279d82 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,9 @@ # Changelog ## Unreleased - 2021-xx-xx + + +## 0.2.1 - 2022-01-05 - Added `LazyData` extractor. ## 0.2.0 - 2022-01-04 diff --git a/Cargo.toml b/Cargo.toml index f54b8626..be19ae73 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "actix-web-lab" -version = "0.2.0" +version = "0.2.1" authors = ["Rob Ede "] description = "In-progress extractors and middleware for Actix Web" keywords = ["actix", "http", "web", "framework", "async"] diff --git a/README.md b/README.md index a68cfe99..4117a90f 100644 --- a/README.md +++ b/README.md @@ -3,10 +3,10 @@ > Experimental extractors, middleware, and other extras for possible inclusion in Actix Web. [![crates.io](https://img.shields.io/crates/v/actix-web-lab?label=latest)](https://crates.io/crates/actix-web-lab) -[![Documentation](https://docs.rs/actix-web-lab/badge.svg)](https://docs.rs/actix-web-lab/0.2.0) +[![Documentation](https://docs.rs/actix-web-lab/badge.svg)](https://docs.rs/actix-web-lab/0.2.1) ![MIT or Apache 2.0 licensed](https://img.shields.io/crates/l/actix-web-lab.svg)
-[![dependency status](https://deps.rs/crate/actix-web-lab/0.2.0/status.svg)](https://deps.rs/crate/actix-web-lab/0.2.0) +[![dependency status](https://deps.rs/crate/actix-web-lab/0.2.1/status.svg)](https://deps.rs/crate/actix-web-lab/0.2.1) [![Download](https://img.shields.io/crates/d/actix-web-lab.svg)](https://crates.io/crates/actix-web-lab) [![CircleCI](https://circleci.com/gh/robjtede/actix-web-lab/tree/main.svg?style=shield)](https://circleci.com/gh/robjtede/actix-web-lab/tree/main)