Skip to content

Commit 43b9585

Browse files
author
github-releaser
committed
v0.2.14-beta.2 release!
1 parent 2a351e4 commit 43b9585

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.2.14-beta.2 (2026-03-06)
6+
7+
### Chores
8+
9+
- Remove renovate.json
10+
([`ac17367`](https://github.com/touale/FrameX-kit/commit/ac17367da4f1877024b2cd943cd60f4fe3a62118))
11+
12+
### Features
13+
14+
- Add api_prefix option to on_request
15+
([`0de764a`](https://github.com/touale/FrameX-kit/commit/0de764a8cf0c617667c8b6f2b62805293aba7ab5))
16+
17+
518
## v0.2.14-beta.1 (2026-02-26)
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.2.14-beta.1"
3+
version = "0.2.14-beta.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.2.14-beta.1"
2+
VERSION = "0.2.14-beta.2"
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)