Skip to content
This repository was archived by the owner on Jun 21, 2025. It is now read-only.

chore(main): release 0.7.0 #221

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Changelog

## [0.7.0](https://github.com/andrewthetechie/pydantic-aioredis/compare/v0.6.0...v0.7.0) (2022-07-21)


### Features

* move to redis-py ([#217](https://github.com/andrewthetechie/pydantic-aioredis/issues/217)) ([bd2831b](https://github.com/andrewthetechie/pydantic-aioredis/commit/bd2831b66b7a4949cbd5f116b508d6cb54361321))


### Documentation

* update shields in readme ([a5bea90](https://github.com/andrewthetechie/pydantic-aioredis/commit/a5bea90df6a68eca2a08d01747d32bc1fdf03648))
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 = "pydantic-aioredis"
version = "0.6.0.post15.dev0+8cb7c71"
version = "0.7.0"
description = "Use your pydantic models as an ORM, storing data in Redis."
authors = ["Andrew Herrington <[email protected]>"]
license = "MIT"
Expand Down