Skip to content

Commit db70663

Browse files
author
github-releaser
committed
v0.3.7 release!
1 parent 82019fc commit db70663

4 files changed

Lines changed: 1739 additions & 1702 deletions

File tree

CHANGELOG.md

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,45 @@
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

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.6"
3+
version = "0.3.7"
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.6"
2+
VERSION = "0.3.7"
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)