Skip to content

Commit

Permalink
prepare actix-hash release 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
robjtede committed Apr 6, 2023
1 parent ca7fde1 commit e83d944
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions actix-hash/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
2 changes: 1 addition & 1 deletion actix-hash/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "actix-hash"
version = "0.4.0"
version = "0.5.0"
authors = ["Rob Ede <[email protected]>"]
description = "Hashing utilities for Actix Web"
keywords = ["actix", "http", "web", "request", "hash"]
Expand Down
4 changes: 2 additions & 2 deletions actix-hash/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
<br />
[![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)

0 comments on commit e83d944

Please sign in to comment.