Skip to content

Commit 9a3b410

Browse files
committed
prepare actix-limitation release 0.4.0
1 parent 32313c0 commit 9a3b410

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

actix-limitation/CHANGES.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
# Changes
22

33
## Unreleased - 2022-xx-xx
4+
5+
6+
## 0.4.0 - 2022-09-10
47
- Add `Builder::key_by` for setting a custom rate limit key function.
58
- Implement `Default` for `RateLimiter`.
69
- `RateLimiter` is marked `#[non_exhaustive]`; use `RateLimiter::default()` instead.

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.3.0"
3+
version = "0.4.0"
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.3.0)](https://docs.rs/actix-limitation/0.3.0)
7+
[![Documentation](https://docs.rs/actix-limitation/badge.svg?version=0.4.0)](https://docs.rs/actix-limitation/0.4.0)
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.3.0/status.svg)](https://deps.rs/crate/actix-limitation/0.3.0)
9+
[![Dependency Status](https://deps.rs/crate/actix-limitation/0.4.0/status.svg)](https://deps.rs/crate/actix-limitation/0.4.0)
1010

1111
## Examples
1212

0 commit comments

Comments
 (0)