File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22
33<!-- version list -->
44
5+ ## v0.3.7 (2026-04-22)
6+
7+ ### Bug Fixes
8+
9+ - Hide auth buttons in swagger ui
10+ ([ ` faf204f ` ] ( https://github.com/touale/FrameX-kit/commit/faf204f0786ad4f023c99b4b41cd7d1d32faf387 ) )
11+
12+ - Increase http timeout and update version notification text
13+ ([ ` 9d023b8 ` ] ( https://github.com/touale/FrameX-kit/commit/9d023b8406d4d3552e2803a8e994bbe33b04bf35 ) )
14+
15+ ### Chores
16+
17+ - ** deps** : Bump actions/upload-pages-artifact from 4 to 5
18+ ([ ` df9e6ec ` ] ( https://github.com/touale/FrameX-kit/commit/df9e6ece8b615da7a1fb84ceb5f2403dbfe599aa ) )
19+
20+ - ** deps** : Bump pydantic from 2.12.5 to 2.13.2
21+ ([ ` 741cd7a ` ] ( https://github.com/touale/FrameX-kit/commit/741cd7a2b8af556065473b6046a2f086f4ebe262 ) )
22+
23+ - ** deps-dev** : Bump mypy from 1.19.1 to 1.20.1
24+ ([ ` ca9ffa4 ` ] ( https://github.com/touale/FrameX-kit/commit/ca9ffa4e1a1e4bae635fd53ecf39bfd0119b600a ) )
25+
26+ - ** deps-dev** : Bump ruff from 0.15.8 to 0.15.11
27+ ([ ` 7a85f3d ` ] ( https://github.com/touale/FrameX-kit/commit/7a85f3dfa998fa0f64506c7d6737e3ac3f2b7ae3 ) )
28+
29+ ### Features
30+
31+ - Add auth and confirmation to action buttons
32+ ([ ` 29f63a6 ` ] ( https://github.com/touale/FrameX-kit/commit/29f63a621a9c935260fb2815363de6a035550205 ) )
33+
34+ - Add configurable action buttons to docs UI
35+ ([ ` ef84467 ` ] ( https://github.com/touale/FrameX-kit/commit/ef84467c608f45d40e56c0a10344a85afcb63e49 ) )
36+
37+ - Add configurable timeout to action buttons
38+ ([ ` ba754c3 ` ] ( https://github.com/touale/FrameX-kit/commit/ba754c383379b8539816707e6ea45bd1615f3b1b ) )
39+
40+ - Add LINK method and response URL to action buttons
41+ ([ ` ad6b890 ` ] ( https://github.com/touale/FrameX-kit/commit/ad6b890e3563f1960b54a208c95cd8096a0d29be ) )
42+
43+
544## v0.3.6 (2026-04-17)
645
746### Bug Fixes
Original file line number Diff line number Diff line change 11[project ]
22name = " framex-kit"
3- version = " 0.3.6 "
3+ version = " 0.3.7 "
44description = " A lightweight plugin injection framework for Python."
55readme = " README.md"
66authors = [{ name = " touale" , email = " touale@local.com" }]
Original file line number Diff line number Diff line change 11PROJECT_NAME = "FrameX"
2- VERSION = "0.3.6 "
2+ VERSION = "0.3.7 "
33API_PRE_STR = "/api"
44API_STR = f"{ API_PRE_STR } /v1"
55OPENAPI_URL = f"{ API_STR } /openapi.json"
You can’t perform that action at this time.
0 commit comments