From 091c714138630720fc1f89d15156263a086d8d9a Mon Sep 17 00:00:00 2001 From: Rob Ede Date: Mon, 17 Jan 2022 22:39:23 +0000 Subject: [PATCH] prepare actix-web-lab release 0.3.0 --- CHANGELOG.md | 3 +++ Cargo.toml | 2 +- README.md | 4 ++-- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0033c219..7493da80 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,9 @@ # Changelog ## Unreleased - 2021-xx-xx + + +## 0.3.0 - 2022-01-17 - Add `NdJson` responder. diff --git a/Cargo.toml b/Cargo.toml index dc4aaa12..60cb386b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "actix-web-lab" -version = "0.2.3" +version = "0.3.0" 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 7dd59c16..6fee6a89 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.3) +[![Documentation](https://docs.rs/actix-web-lab/badge.svg)](https://docs.rs/actix-web-lab/0.3.0) ![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.3/status.svg)](https://deps.rs/crate/actix-web-lab/0.2.3) +[![dependency status](https://deps.rs/crate/actix-web-lab/0.3.0/status.svg)](https://deps.rs/crate/actix-web-lab/0.3.0) [![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)