Skip to content

Commit 9f5df86

Browse files
author
github-releaser
committed
v0.3.2 release!
1 parent 46f9c28 commit 9f5df86

4 files changed

Lines changed: 17 additions & 3 deletions

File tree

CHANGELOG.md

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

33
<!-- version list -->
44

5+
## v0.3.2 (2026-04-09)
6+
7+
### Features
8+
9+
- Add AUTH_TOKEN_NAME constant for token handling
10+
([`2b26319`](https://github.com/touale/FrameX-kit/commit/2b2631918d69fee85b24250ab797369a65b6e132))
11+
12+
- Add plugin description and tags metadata
13+
([`d7f98dc`](https://github.com/touale/FrameX-kit/commit/d7f98dc2475af2a7b108fc06bea50fe052b94170))
14+
15+
- Update plugin tags and version config
16+
([`d08d616`](https://github.com/touale/FrameX-kit/commit/d08d616015180a756b3c7d2a182c2029b2adbb7f))
17+
18+
519
## v0.3.1 (2026-04-08)
620

721
### 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.3.1"
3+
version = "0.3.2"
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.1"
2+
VERSION = "0.3.2"
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)