Skip to content

Commit 094e9c1

Browse files
authored
Update release-notes.md
1 parent 7936b96 commit 094e9c1

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

docs/release-notes.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,25 @@
1+
# 0.9.0
2+
## What's Changed
3+
* Starlette 0.46.1 upgrade by @eadwinCode in https://github.com/python-ellar/ellar/pull/267
4+
* Update python-multipart requirement from <0.0.10,>=0.0.5 to >=0.0.5,<0.0.21 by @dependabot[bot] in https://github.com/python-ellar/ellar/pull/274
5+
* Bump argon2-cffi from 23.1.0 to 25.1.0 by @dependabot[bot] in https://github.com/python-ellar/ellar/pull/273
6+
* Bump regex from 2024.11.6 to 2025.7.34 by @dependabot[bot] in https://github.com/python-ellar/ellar/pull/271
7+
* Bump types-ujson from 5.10.0.20240515 to 5.10.0.20250326 by @dependabot[bot] in https://github.com/python-ellar/ellar/pull/270
8+
* Bump codecov/codecov-action from 5.4.0 to 5.4.3 by @dependabot[bot] in https://github.com/python-ellar/ellar/pull/269
9+
* Update mkdocstrings[python] requirement from <0.26.0,>=0.19.0 to >=0.19.0,<0.31.0 by @dependabot[bot] in https://github.com/python-ellar/ellar/pull/278
10+
* Update pytest-cov requirement from <6.0.0,>=2.12.0 to >=2.12.0,<8.0.0 by @dependabot[bot] in https://github.com/python-ellar/ellar/pull/292
11+
* Bump mypy from 1.11.2 to 1.18.2 by @dependabot[bot] in https://github.com/python-ellar/ellar/pull/291
12+
* Bump regex from 2025.7.34 to 2025.9.18 by @dependabot[bot] in https://github.com/python-ellar/ellar/pull/290
13+
* Bump actions/setup-python from 5 to 6 by @dependabot[bot] in https://github.com/python-ellar/ellar/pull/288
14+
* Bump pypa/gh-action-pypi-publish from 1.12.4 to 1.13.0 by @dependabot[bot] in https://github.com/python-ellar/ellar/pull/287
15+
* Bump codecov/codecov-action from 5.4.3 to 5.5.1 by @dependabot[bot] in https://github.com/python-ellar/ellar/pull/286
16+
* Bump actions/checkout from 4 to 5 by @dependabot[bot] in https://github.com/python-ellar/ellar/pull/275
17+
* Bump ruff from 0.6.3 to 0.13.2 by @dependabot[bot] in https://github.com/python-ellar/ellar/pull/289
18+
* Fix mypy errors: resolve type issues and remove unused type ignores by @eadwinCode in https://github.com/python-ellar/ellar/pull/293
19+
20+
21+
**Full Changelog**: https://github.com/python-ellar/ellar/compare/0.8.9...0.9.0
22+
123
# 0.8.9
224
## What's Changed
325
* fix: Python 3.13 Support by @eadwinCode in https://github.com/python-ellar/ellar/pull/257

0 commit comments

Comments
 (0)