Skip to content

Commit

Permalink
chore(actix-limitation): prepare release 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
robjtede committed Sep 16, 2023
1 parent 9a71130 commit 3fad532
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
2 changes: 2 additions & 0 deletions actix-limitation/CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Unreleased

## 0.5.0

- Update `redis` dependency to `0.23`.
- Update `actix-session` dependency to `0.8`.

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.4.0"
version = "0.5.0"
authors = [
"0xmad <[email protected]>",
"Rob Ede <[email protected]>",
Expand Down
6 changes: 3 additions & 3 deletions actix-limitation/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,16 @@
> 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.4.0)](https://docs.rs/actix-limitation/0.4.0)
[![Documentation](https://docs.rs/actix-limitation/badge.svg?version=0.5.0)](https://docs.rs/actix-limitation/0.5.0)
![Apache 2.0 or MIT licensed](https://img.shields.io/crates/l/actix-limitation)
[![Dependency Status](https://deps.rs/crate/actix-limitation/0.4.0/status.svg)](https://deps.rs/crate/actix-limitation/0.4.0)
[![Dependency Status](https://deps.rs/crate/actix-limitation/0.5.0/status.svg)](https://deps.rs/crate/actix-limitation/0.5.0)

## Examples

```toml
[dependencies]
actix-web = "4"
actix-limitation = "0.3"
actix-limitation = "0.5"
```

```rust
Expand Down

0 comments on commit 3fad532

Please sign in to comment.