Skip to content

Commit b30e091

Browse files
chore(main): release 1.3.0 (#546)
1 parent 67b8f08 commit b30e091

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed

CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

3+
## [1.3.0](https://github.com/andrewthetechie/pydantic-aioredis/compare/v1.2.3...v1.3.0) (2024-05-05)
4+
5+
6+
### Features
7+
8+
* drop 3.7, add 3.12 ([#850](https://github.com/andrewthetechie/pydantic-aioredis/issues/850)) ([67b8f08](https://github.com/andrewthetechie/pydantic-aioredis/commit/67b8f0866f24c2f757ce1d6b94d431b751def97f))
9+
10+
11+
### Documentation
12+
13+
* 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))
14+
* update readme example ([992c4a1](https://github.com/andrewthetechie/pydantic-aioredis/commit/992c4a12ce83df793c13c9f266a704adb67ab7d4))
15+
316
## [1.2.3](https://github.com/andrewthetechie/pydantic-aioredis/compare/v1.2.2...v1.2.3) (2023-03-30)
417

518

pydantic_aioredis/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
"""Entry point for pydantic-aioredis"""
22

33
# set by poetry-dynamic-versioning
4-
__version__ = "1.2.3" # noqa: E402
4+
__version__ = "1.3.0" # noqa: E402
55

66
from .config import RedisConfig # noqa: F401
77
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.2.3"
3+
version = "1.3.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)