Skip to content

Commit 179e34e

Browse files
chore(main): release 1.2.0 (#402)
1 parent 0e11e9d commit 179e34e

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [1.2.0](https://github.com/andrewthetechie/pydantic-aioredis/compare/v1.1.1...v1.2.0) (2022-12-21)
4+
5+
6+
### Features
7+
8+
* auto_sync and auto_save ([#401](https://github.com/andrewthetechie/pydantic-aioredis/issues/401)) ([0e11e9d](https://github.com/andrewthetechie/pydantic-aioredis/commit/0e11e9dedef38c8d7b6226a143e7a3ae7ad2a340))
9+
310
## [1.1.1](https://github.com/andrewthetechie/pydantic-aioredis/compare/v1.1.0...v1.1.1) (2022-12-19)
411

512

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.1" # noqa: E402
3+
__version__ = "1.2.0" # 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.1"
3+
version = "1.2.0"
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)