Skip to content

Commit e6d47be

Browse files
chore(main): release 1.1.1 (#395)
1 parent ec1421c commit e6d47be

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-2
lines changed

CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# Changelog
22

3+
## [1.1.1](https://github.com/andrewthetechie/pydantic-aioredis/compare/v1.1.0...v1.1.1) (2022-12-19)
4+
5+
6+
### Bug Fixes
7+
8+
* cleanup serializer ([#399](https://github.com/andrewthetechie/pydantic-aioredis/issues/399)) ([ec1421c](https://github.com/andrewthetechie/pydantic-aioredis/commit/ec1421c55608d87400eeb3e49332c61dddc0c5f6))
9+
10+
11+
### Documentation
12+
13+
* add david-wahlstedt as a contributor for doc, and review ([#394](https://github.com/andrewthetechie/pydantic-aioredis/issues/394)) ([c9beb1a](https://github.com/andrewthetechie/pydantic-aioredis/commit/c9beb1aa85a7c394aceb0ab5cde10f6dfb32bf1a))
14+
* add docs about Union types and casting ([#383](https://github.com/andrewthetechie/pydantic-aioredis/issues/383)) ([2af6167](https://github.com/andrewthetechie/pydantic-aioredis/commit/2af61672e3fb02db60f5faea0a6bf1fd528dcb6a))
15+
* update contributors shield ([84cc727](https://github.com/andrewthetechie/pydantic-aioredis/commit/84cc727763f7757ead8ecaf870885e4dd71636b0))
16+
317
## [1.1.0](https://github.com/andrewthetechie/pydantic-aioredis/compare/v1.0.0...v1.1.0) (2022-12-17)
418

519

pydantic_aioredis/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""Entry point for pydantic-aioredis"""
22
# set by poetry-dynamic-versioning
3-
__version__ = "1.1.0" # noqa: E402
3+
__version__ = "1.1.1" # noqa: E402
44

55
from .config import RedisConfig # noqa: F401
66
from .model import Model # noqa: F401

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "pydantic-aioredis"
3-
version = "1.1.0"
3+
version = "1.1.1"
44
description = "Use your pydantic models as an ORM, storing data in Redis."
55
authors = ["Andrew Herrington <[email protected]>"]
66
license = "MIT"

0 commit comments

Comments
 (0)