From 9db21d6579ca381d102a3c7a8fe01d18ed5afcd8 Mon Sep 17 00:00:00 2001 From: Rob Ede Date: Thu, 24 Mar 2022 03:44:09 +0000 Subject: [PATCH] prepare actix-hash release 0.2.0 --- actix-hash/{src => }/CHANGELOG.md | 3 +++ actix-hash/Cargo.toml | 2 +- actix-hash/README.md | 8 ++++++++ 3 files changed, 12 insertions(+), 1 deletion(-) rename actix-hash/{src => }/CHANGELOG.md (85%) diff --git a/actix-hash/src/CHANGELOG.md b/actix-hash/CHANGELOG.md similarity index 85% rename from actix-hash/src/CHANGELOG.md rename to actix-hash/CHANGELOG.md index 7934e20a..d7187a28 100644 --- a/actix-hash/src/CHANGELOG.md +++ b/actix-hash/CHANGELOG.md @@ -1,6 +1,9 @@ # Changelog ## Unreleased - 2022-xx-xx + + +## 0.2.0 - 2022-03-24 - Body hashing extractors for many popular, general purpose hashing algorithms. diff --git a/actix-hash/Cargo.toml b/actix-hash/Cargo.toml index e0f1bfd6..cb719fae 100644 --- a/actix-hash/Cargo.toml +++ b/actix-hash/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "actix-hash" -version = "0.1.0" +version = "0.2.0" authors = ["Rob Ede "] description = "Hashing utilities for Actix Web" keywords = ["actix", "http", "web", "framework", "async"] diff --git a/actix-hash/README.md b/actix-hash/README.md index 5647afe9..e0eb0cb5 100644 --- a/actix-hash/README.md +++ b/actix-hash/README.md @@ -1,3 +1,11 @@ # actix-hash > Hashing utilities for Actix Web. + +[![crates.io](https://img.shields.io/crates/v/actix-hash?label=latest)](https://crates.io/crates/actix-hash) +[![Documentation](https://docs.rs/actix-hash/badge.svg)](https://docs.rs/actix-hash/0.2.0) +![MIT or Apache 2.0 licensed](https://img.shields.io/crates/l/actix-hash.svg) +
+[![dependency status](https://deps.rs/crate/actix-hash/0.2.0/status.svg)](https://deps.rs/crate/actix-hash/0.2.0) +[![Download](https://img.shields.io/crates/d/actix-hash.svg)](https://crates.io/crates/actix-hash) +[![CircleCI](https://circleci.com/gh/robjtede/actix-web-lab/tree/main.svg?style=shield)](https://circleci.com/gh/robjtede/actix-web-lab/tree/main)