Skip to content

Commit c24be60

Browse files
author
github-releaser
committed
v0.3.4 release!
1 parent 8cb1479 commit c24be60

4 files changed

Lines changed: 1733 additions & 1676 deletions

File tree

CHANGELOG.md

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

33
<!-- version list -->
44

5+
## v0.3.4 (2026-04-13)
6+
7+
### Chores
8+
9+
- **deps**: Bump python-multipart from 0.0.24 to 0.0.26
10+
([`7a7f641`](https://github.com/touale/FrameX-kit/commit/7a7f6417224ccaa19c6ca501d88b9f7fe10db93a))
11+
12+
- **deps**: Bump uvicorn from 0.43.0 to 0.44.0
13+
([`fc4fe67`](https://github.com/touale/FrameX-kit/commit/fc4fe671c4b7e6e169daeeaf062b7781f35a6631))
14+
15+
- **deps-dev**: Bump poethepoet from 0.41.0 to 0.44.0
16+
([`48342e3`](https://github.com/touale/FrameX-kit/commit/48342e37659d0bcc788cab8fc1c8e54da77a5650))
17+
18+
- **deps-dev**: Bump pytest-cov from 7.0.0 to 7.1.0
19+
([`5e19707`](https://github.com/touale/FrameX-kit/commit/5e19707130ebc2c06d23e8e25f8c2fbd447209a2))
20+
21+
### Continuous Integration
22+
23+
- Bump ruff to v0.15.10
24+
([`a6883c7`](https://github.com/touale/FrameX-kit/commit/a6883c716f3819fc99289418972f0d8ce7e98fa2))
25+
26+
- Enable autofix for PRs in pre-commit config
27+
([`324e968`](https://github.com/touale/FrameX-kit/commit/324e968b510d8aaafa5a97a594c86f96a368a069))
28+
29+
- Restrict permissions to read-only contents
30+
([`9f73ced`](https://github.com/touale/FrameX-kit/commit/9f73cedac8c386ed5e356c599802ec1efb7d9a88))
31+
32+
### Documentation
33+
34+
- Add logo and improve README layout
35+
([`94b5c72`](https://github.com/touale/FrameX-kit/commit/94b5c724153d8502846d4ec09050e7203ee18393))
36+
37+
- Refine documentation structure
38+
([`7f15f5b`](https://github.com/touale/FrameX-kit/commit/7f15f5b759877ddb6174452cbc6a581584a951e2))
39+
40+
- Refine README for clarity and conciseness
41+
([`5d6e381`](https://github.com/touale/FrameX-kit/commit/5d6e3813a7748905d49dd3908b5a9e7628fe49dd))
42+
43+
- Remove blank lines in README
44+
([`20343f1`](https://github.com/touale/FrameX-kit/commit/20343f18e149775691f50e872eac491670d7a3a0))
45+
46+
- Remove Python version badge from README
47+
([`9781d8e`](https://github.com/touale/FrameX-kit/commit/9781d8e4d1156b64d03032a142d9574ca37743d9))
48+
49+
- Update license to MIT
50+
([`187fe56`](https://github.com/touale/FrameX-kit/commit/187fe567b6ed0ecfb19c2dd9d07a3e27fdeaaba1))
51+
52+
- Update README with architecture diagram and features
53+
([`c79b14c`](https://github.com/touale/FrameX-kit/commit/c79b14cab036527eaa7e4ea889d3923cc4658429))
54+
55+
### Features
56+
57+
- Add expand/collapse all tags button in Swagger UI
58+
([`e569bce`](https://github.com/touale/FrameX-kit/commit/e569bce0f5b2cb7cd6ee93b93d231faa1a21857f))
59+
60+
- Implement adaptive ingress config for ray serve
61+
([`424fbf1`](https://github.com/touale/FrameX-kit/commit/424fbf1599846465a9a4a0f017c3457dd8b498ee))
62+
63+
564
## v0.3.3 (2026-04-09)
665

766
### 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.3.3"
3+
version = "0.3.4"
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.3"
2+
VERSION = "0.3.4"
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)