Skip to content

Commit

Permalink
chore(actix-redis): prepare release 0.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
robjtede committed Sep 16, 2023
1 parent 9fc34a9 commit 2a074dd
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions actix-redis/CHANGES.md
Expand Up @@ -2,6 +2,8 @@

## Unreleased

## 0.13.0

- Update `redis-async` dependency to `0.16`.
- Minimum supported Rust version (MSRV) is now 1.68.

Expand Down
2 changes: 1 addition & 1 deletion actix-redis/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "actix-redis"
version = "0.12.0"
version = "0.13.0"
authors = ["Nikolay Kim <fafhrd91@gmail.com>"]
description = "Actor-based Redis client"
keywords = ["actix", "redis", "async"]
Expand Down
4 changes: 2 additions & 2 deletions actix-redis/README.md
Expand Up @@ -3,9 +3,9 @@
> Actor-based Redis client.
[![crates.io](https://img.shields.io/crates/v/actix-redis?label=latest)](https://crates.io/crates/actix-redis)
[![Documentation](https://docs.rs/actix-redis/badge.svg?version=0.12.0)](https://docs.rs/actix-redis/0.12.0)
[![Documentation](https://docs.rs/actix-redis/badge.svg?version=0.13.0)](https://docs.rs/actix-redis/0.13.0)
![Apache 2.0 or MIT licensed](https://img.shields.io/crates/l/actix-redis)
[![Dependency Status](https://deps.rs/crate/actix-redis/0.12.0/status.svg)](https://deps.rs/crate/actix-redis/0.12.0)
[![Dependency Status](https://deps.rs/crate/actix-redis/0.13.0/status.svg)](https://deps.rs/crate/actix-redis/0.13.0)

## Documentation & Resources

Expand Down

0 comments on commit 2a074dd

Please sign in to comment.