Skip to content

Commit

Permalink
prepare actix-hash release 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
robjtede committed Mar 28, 2022
1 parent c37ee0b commit 9d23723
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions actix-hash/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# Changelog

## Unreleased - 2022-xx-xx


## 0.3.0 - 2022-03-28
- Removed `BodyHashParts::body_bytes` field.
- Rename `BodyHashParts::{body => inner}` field.
- Improve fault tolerance when placed on non-body extractors.
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.2.0"
version = "0.3.0"
authors = ["Rob Ede <robjtede@icloud.com>"]
description = "Hashing utilities for Actix Web"
keywords = ["actix", "http", "web", "framework", "async"]
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.2.0)
[![Documentation](https://docs.rs/actix-hash/badge.svg)](https://docs.rs/actix-hash/0.3.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.2.0/status.svg)](https://deps.rs/crate/actix-hash/0.2.0)
[![dependency status](https://deps.rs/crate/actix-hash/0.3.0/status.svg)](https://deps.rs/crate/actix-hash/0.3.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 9d23723

Please sign in to comment.