Skip to content

Commit

Permalink
Release 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
genusistimelord committed Sep 16, 2024
1 parent cb00abe commit a48ae5c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)

## 0.6.0 (15. September, 2024)
### Changed
- (Breaking) Redis 0.26 to 0.27.2.

## 0.5.1 (20. August, 2024)
### Changed
- Renamed aquire to acquire to fix spelling mistake and depreciated aquire, Thank you @AkiraMiyakoda
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "redis_pool"
version = "0.5.1"
version = "0.6.0"
authors = ["Andrew Wheeler <[email protected]>", "Wil Gaboury"]
description = "Library to Provide a redis client and cluster client pools."
edition = "2021"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ RedisPool uses [`tokio`] runtime.
```toml
# Cargo.toml
[dependencies]
redis_pool = "0.5.0"
redis_pool = "0.6.0"
```

#### Cargo Feature Flags
Expand Down

0 comments on commit a48ae5c

Please sign in to comment.