Skip to content
This repository has been archived by the owner on Mar 31, 2023. It is now read-only.

Commit

Permalink
chore(release): bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
TheKevJames committed Jan 17, 2022
1 parent 01e3fdd commit 0130dab
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
<a name="3.0.0"></a>
## 3.0.0 (2022-01-17)

#### Features

* **compat:** add support for python 3.10 (#13) ([dda3b5de](dda3b5de))

#### Bug Fixes

* **pool:** fix basic query argument types ([30de2852](30de2852))

#### Breaking Changes

* **compat:** drop support for python 3.5 (#13) ([dda3b5de](dda3b5de))

<a name="2.0.4"></a>
## 2.0.4 (2021-07-19)

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "yaaredis"
version = "2.0.4"
version = "3.0.0"
description = "Python async client for Redis key-value store"
readme = "README.rst"

Expand Down

0 comments on commit 0130dab

Please sign in to comment.