Skip to content

Commit 6caf37c

Browse files
committed
chore(actix-limitation): prepare release 0.5.1
1 parent bafd817 commit 6caf37c

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

actix-limitation/CHANGES.md

+4
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
## Unreleased
44

5+
## 0.5.1
6+
7+
- No significant changes since `0.5.0`.
8+
59
## 0.5.0
610

711
- Update `redis` dependency to `0.23`.

actix-limitation/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "actix-limitation"
3-
version = "0.5.0"
3+
version = "0.5.1"
44
authors = [
55
"0xmad <[email protected]>",
66
"Rob Ede <[email protected]>",

actix-limitation/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
> Originally based on <https://github.com/fnichol/limitation>.
55
66
[![crates.io](https://img.shields.io/crates/v/actix-limitation?label=latest)](https://crates.io/crates/actix-limitation)
7-
[![Documentation](https://docs.rs/actix-limitation/badge.svg?version=0.5.0)](https://docs.rs/actix-limitation/0.5.0)
7+
[![Documentation](https://docs.rs/actix-limitation/badge.svg?version=0.5.1)](https://docs.rs/actix-limitation/0.5.1)
88
![Apache 2.0 or MIT licensed](https://img.shields.io/crates/l/actix-limitation)
9-
[![Dependency Status](https://deps.rs/crate/actix-limitation/0.5.0/status.svg)](https://deps.rs/crate/actix-limitation/0.5.0)
9+
[![Dependency Status](https://deps.rs/crate/actix-limitation/0.5.1/status.svg)](https://deps.rs/crate/actix-limitation/0.5.1)
1010

1111
## Examples
1212

0 commit comments

Comments
 (0)