Skip to content

Commit

Permalink
prepare actix-limitation release 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
robjtede committed Sep 10, 2022
1 parent 32313c0 commit 9a3b410
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions actix-limitation/CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# Changes

## Unreleased - 2022-xx-xx


## 0.4.0 - 2022-09-10
- Add `Builder::key_by` for setting a custom rate limit key function.
- Implement `Default` for `RateLimiter`.
- `RateLimiter` is marked `#[non_exhaustive]`; use `RateLimiter::default()` instead.
Expand Down
2 changes: 1 addition & 1 deletion actix-limitation/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "actix-limitation"
version = "0.3.0"
version = "0.4.0"
authors = [
"0xmad <[email protected]>",
"Rob Ede <[email protected]>",
Expand Down
4 changes: 2 additions & 2 deletions actix-limitation/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
> Originally based on <https://github.com/fnichol/limitation>.
[![crates.io](https://img.shields.io/crates/v/actix-limitation?label=latest)](https://crates.io/crates/actix-limitation)
[![Documentation](https://docs.rs/actix-limitation/badge.svg?version=0.3.0)](https://docs.rs/actix-limitation/0.3.0)
[![Documentation](https://docs.rs/actix-limitation/badge.svg?version=0.4.0)](https://docs.rs/actix-limitation/0.4.0)
![Apache 2.0 or MIT licensed](https://img.shields.io/crates/l/actix-limitation)
[![Dependency Status](https://deps.rs/crate/actix-limitation/0.3.0/status.svg)](https://deps.rs/crate/actix-limitation/0.3.0)
[![Dependency Status](https://deps.rs/crate/actix-limitation/0.4.0/status.svg)](https://deps.rs/crate/actix-limitation/0.4.0)

## Examples

Expand Down

0 comments on commit 9a3b410

Please sign in to comment.