Skip to content

Commit 5d1420b

Browse files
chore(main): release 1.2.4
1 parent a68c243 commit 5d1420b

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## [1.2.4](https://github.com/andrewthetechie/pydantic-aioredis/compare/v1.2.3...v1.2.4) (2024-05-05)
4+
5+
6+
### Documentation
7+
8+
* add kraczak as a contributor for doc ([#547](https://github.com/andrewthetechie/pydantic-aioredis/issues/547)) ([c7310c1](https://github.com/andrewthetechie/pydantic-aioredis/commit/c7310c11c2f7bc9c02d1e5a0dc071eb89fcbf182))
9+
* update readme example ([992c4a1](https://github.com/andrewthetechie/pydantic-aioredis/commit/992c4a12ce83df793c13c9f266a704adb67ab7d4))
10+
311
## [1.2.3](https://github.com/andrewthetechie/pydantic-aioredis/compare/v1.2.2...v1.2.3) (2023-03-30)
412

513

pydantic_aioredis/__init__.py

Lines changed: 1 addition & 1 deletion
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.2.3" # noqa: E402
3+
__version__ = "1.2.4" # noqa: E402
44

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

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "pydantic-aioredis"
3-
version = "1.2.3"
3+
version = "1.2.4"
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)