Skip to content

Commit bebfdd6

Browse files
authored
Merge branch 'main' into custom_resolver_gen
2 parents e4e4242 + ac7621c commit bebfdd6

File tree

2 files changed

+17
-0
lines changed

2 files changed

+17
-0
lines changed

docs/release-notes.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
# 0.8.3
2+
## What's Changed
3+
* fix: ForwardRef and Service lookup by @eadwinCode in https://github.com/python-ellar/ellar/pull/235
4+
* Bump ruff from 0.5.5 to 0.6.3 by @dependabot in https://github.com/python-ellar/ellar/pull/241
5+
* Bump mypy from 1.11.1 to 1.11.2 by @dependabot in https://github.com/python-ellar/ellar/pull/240
6+
* Bump aiohttp from 3.10.0 to 3.10.5 by @dependabot in https://github.com/python-ellar/ellar/pull/239
7+
* Bump types-redis from 4.6.0.20240425 to 4.6.0.20240819 by @dependabot in https://github.com/python-ellar/ellar/pull/238
8+
* Bump uvicorn[standard] from 0.30.4 to 0.30.6 by @dependabot in https://github.com/python-ellar/ellar/pull/237
9+
* fix: allOf for latest Pydantic version by @eadwinCode in https://github.com/python-ellar/ellar/pull/244
10+
* Fix: Moved Passlib and click package as an optional dependency by @eadwinCode in https://github.com/python-ellar/ellar/pull/243
11+
* Bump types-redis from 4.6.0.20240819 to 4.6.0.20240903 by @dependabot in https://github.com/python-ellar/ellar/pull/242
12+
* fix: Unified route function resolvers by @eadwinCode in https://github.com/python-ellar/ellar/pull/236
13+
14+
**Full Changelog**: https://github.com/python-ellar/ellar/compare/0.8.2...0.8.3
15+
16+
117
# 0.8.2
218
## What's Changed
319
* Removed jinja validator by @eadwinCode in https://github.com/python-ellar/ellar/pull/234

ellar/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
"""Ellar - Python ASGI web framework for building fast, efficient, and scalable RESTful APIs and server-side applications."""
22

33
__version__ = "0.8.4"
4+

0 commit comments

Comments
 (0)