Skip to content

Commit 48301d9

Browse files
author
github-releaser
committed
v0.2.16-beta.1 release!
1 parent 38ab6e7 commit 48301d9

4 files changed

Lines changed: 1686 additions & 1653 deletions

File tree

CHANGELOG.md

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

33
<!-- version list -->
44

5+
## v0.2.16-beta.1 (2026-03-18)
6+
7+
### Bug Fixes
8+
9+
- Update response message based on status code
10+
([`c8c2c50`](https://github.com/touale/FrameX-kit/commit/c8c2c50667a32e51053aa78e986d4274a1af90f6))
11+
12+
- Use Field default_factory for mutable defaults
13+
([`0205e9f`](https://github.com/touale/FrameX-kit/commit/0205e9f3b267a9901d72ecfcf0898747f0911840))
14+
15+
### Chores
16+
17+
- **deps**: Bump pyasn1 from 0.6.2 to 0.6.3
18+
([`28a4f18`](https://github.com/touale/FrameX-kit/commit/28a4f1807760c037eb0da87e87101994ae1c22e4))
19+
20+
- **deps**: Bump pyjwt from 2.10.1 to 2.12.0
21+
([`d75ea36`](https://github.com/touale/FrameX-kit/commit/d75ea36b5b90f9fc0b658f5dc267fbf0e9ba3458))
22+
23+
- **deps-dev**: Bump pytest-env from 1.2.0 to 1.5.0
24+
([`4821e84`](https://github.com/touale/FrameX-kit/commit/4821e845c6d3ac85ab3f1ac057e4fb7924f6e140))
25+
26+
- **deps-dev**: Bump types-pytz
27+
([`6c36498`](https://github.com/touale/FrameX-kit/commit/6c364985b049b480fb4f25d8f5220e0c198e673a))
28+
29+
### Features
30+
31+
- Add extend_kwargs and tags support to on_request
32+
([`da57497`](https://github.com/touale/FrameX-kit/commit/da5749744b0b323cf1a8c7699b18ecf1515f46a7))
33+
34+
### Refactoring
35+
36+
- Simplify deployment name assignment in on_register
37+
([`8c5f455`](https://github.com/touale/FrameX-kit/commit/8c5f45521d6b94f92ec22de3c4b60385af1d362b))
38+
39+
540
## v0.2.15 (2026-03-10)
641

742
### 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.15"
3+
version = "0.2.16-beta.1"
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.15"
2+
VERSION = "0.2.16-beta.1"
33
API_PRE_STR = "/api"
44
API_STR = f"{API_PRE_STR}/v1"
55
OPENAPI_URL = f"{API_STR}/openapi.json"

0 commit comments

Comments
 (0)