diff --git a/actix-hash/CHANGELOG.md b/actix-hash/CHANGELOG.md index 630bb3b3..35a6a2ee 100644 --- a/actix-hash/CHANGELOG.md +++ b/actix-hash/CHANGELOG.md @@ -2,6 +2,8 @@ ## Unreleased - 2022-xx-xx +## 0.5.0 - 2023-04-06 + - Add `BodyBlake3` extractor. - Minimum supported Rust version (MSRV) is now 1.64. diff --git a/actix-hash/Cargo.toml b/actix-hash/Cargo.toml index 2eab7670..117885fe 100644 --- a/actix-hash/Cargo.toml +++ b/actix-hash/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "actix-hash" -version = "0.4.0" +version = "0.5.0" authors = ["Rob Ede "] description = "Hashing utilities for Actix Web" keywords = ["actix", "http", "web", "request", "hash"] diff --git a/actix-hash/README.md b/actix-hash/README.md index d3d3f89d..2f6e51b2 100644 --- a/actix-hash/README.md +++ b/actix-hash/README.md @@ -3,9 +3,9 @@ > 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.4.0) +[![Documentation](https://docs.rs/actix-hash/badge.svg)](https://docs.rs/actix-hash/0.5.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.4.0/status.svg)](https://deps.rs/crate/actix-hash/0.4.0) +[![dependency status](https://deps.rs/crate/actix-hash/0.5.0/status.svg)](https://deps.rs/crate/actix-hash/0.5.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)