Skip to content

Commit a255ed5

Browse files
author
github-releaser
committed
v0.2.10 release!
1 parent 3583b6e commit a255ed5

4 files changed

Lines changed: 24 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,27 @@
22

33
<!-- version list -->
44

5+
## v0.2.10 (2026-02-03)
6+
7+
### Bug Fixes
8+
9+
- Sort imports in test_auth.py
10+
([`981b68e`](https://github.com/touale/FrameX-kit/commit/981b68e2b1980e6635c376bb3f4478959be21292))
11+
12+
### Chores
13+
14+
- Remove gitlab ci and update releaserc
15+
([`367a68e`](https://github.com/touale/FrameX-kit/commit/367a68e3b90118ff1c9c5e47d791c48819e12832))
16+
17+
### Features
18+
19+
- Add loguru logging config for uvicorn
20+
([`3583b6e`](https://github.com/touale/FrameX-kit/commit/3583b6e0dd570cb121ac3bba477bc4f0b50e617a))
21+
22+
- Add url filtering for sentry health checks
23+
([`71ec193`](https://github.com/touale/FrameX-kit/commit/71ec19360467c89365d08e122bf3c7bef5a7d793))
24+
25+
526
## v0.2.9 (2026-01-30)
627

728
### Bug Fixes

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "framex-kit"
3-
version = "0.2.9"
3+
version = "0.2.10"
44
description = "A lightweight plugin injection framework for Python."
55
readme = "README.md"
66
authors = [{ name = "touale", email = "touale@local.com" }]

src/framex/consts.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
PROJECT_NAME = "FrameX"
2-
VERSION = "0.2.9"
2+
VERSION = "0.2.10"
33
API_STR = "/api/v1"
44
OPENAPI_URL = "/api/v1/openapi.json"
55
DOCS_URL = "/docs"

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)