Skip to content

Commit

Permalink
prepare actix-hash release 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
robjtede committed Jul 2, 2022
1 parent d49fb97 commit 33cebd2
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.4.0 - 2022-07-02
- Minimum supported Rust version (MSRV) is now 1.60.


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.3.0"
version = "0.4.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.3.0)
[![Documentation](https://docs.rs/actix-hash/badge.svg)](https://docs.rs/actix-hash/0.4.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.3.0/status.svg)](https://deps.rs/crate/actix-hash/0.3.0)
[![dependency status](https://deps.rs/crate/actix-hash/0.4.0/status.svg)](https://deps.rs/crate/actix-hash/0.4.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 33cebd2

Please sign in to comment.