Skip to content

Commit

Permalink
chore(main): release 1.3.0 (#546)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewthetechie authored May 5, 2024
1 parent 67b8f08 commit b30e091
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## [1.3.0](https://github.com/andrewthetechie/pydantic-aioredis/compare/v1.2.3...v1.3.0) (2024-05-05)


### Features

* drop 3.7, add 3.12 ([#850](https://github.com/andrewthetechie/pydantic-aioredis/issues/850)) ([67b8f08](https://github.com/andrewthetechie/pydantic-aioredis/commit/67b8f0866f24c2f757ce1d6b94d431b751def97f))


### Documentation

* 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))
* update readme example ([992c4a1](https://github.com/andrewthetechie/pydantic-aioredis/commit/992c4a12ce83df793c13c9f266a704adb67ab7d4))

## [1.2.3](https://github.com/andrewthetechie/pydantic-aioredis/compare/v1.2.2...v1.2.3) (2023-03-30)


Expand Down
2 changes: 1 addition & 1 deletion pydantic_aioredis/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"""Entry point for pydantic-aioredis"""

# set by poetry-dynamic-versioning
__version__ = "1.2.3" # noqa: E402
__version__ = "1.3.0" # noqa: E402

from .config import RedisConfig # noqa: F401
from .model import Model # noqa: F401
Expand Down
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 = "1.2.3"
version = "1.3.0"
description = "Use your pydantic models as an ORM, storing data in Redis."
authors = ["Andrew Herrington <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit b30e091

Please sign in to comment.