Skip to content

Commit aba5b62

Browse files
author
github-releaser
committed
v0.3.3 release!
1 parent 84f2ae0 commit aba5b62

4 files changed

Lines changed: 16 additions & 3 deletions

File tree

CHANGELOG.md

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

33
<!-- version list -->
44

5+
## v0.3.3 (2026-04-09)
6+
7+
### Features
8+
9+
- Customize Swagger UI and move plugin description
10+
([`84f2ae0`](https://github.com/touale/FrameX-kit/commit/84f2ae0e28f82838febe5409a163ec92abbec764))
11+
12+
### Testing
13+
14+
- Use AUTH_COOKIE_NAME constant in auth test
15+
([`c74ac4a`](https://github.com/touale/FrameX-kit/commit/c74ac4a4cc88c19b6443d4e82e82a8434f656ca4))
16+
17+
518
## v0.3.2 (2026-04-09)
619

720
### Features

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.3.2"
3+
version = "0.3.3"
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.3.2"
2+
VERSION = "0.3.3"
33
API_PRE_STR = "/api"
44
API_STR = f"{API_PRE_STR}/v1"
55
OPENAPI_URL = f"{API_STR}/openapi.json"

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)