Skip to content

Commit 7643adf

Browse files
committed
chore: release version 0.11.0
1 parent aa7702a commit 7643adf

3 files changed

Lines changed: 10 additions & 2 deletions

File tree

CHANGELOG.md

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

33
All notable changes to this project will be documented here.
44

5+
## [0.11.0] - 2026-04-07
6+
7+
### Release Candidate Finalization
8+
- Promoted 0.11.0-rc2 to full 0.11.0 release.
9+
- Hardened worker process cleanup by sending SIGKILL to force process exit on shutdown, bypassing execution stalls within the compiled Rust codebase.
10+
- Added omitted dependencies (`psutil`, `pytest-asyncio`, `anyio`) to GitHub Action multi-platform testing workflows.
11+
- Renamed internal `TestClient` utility to `BustTestClient` to prevent inadvertent PyTest test collection warnings.
12+
513
## [0.11.0-rc2] - 2026-04-07
614

715
### Fixed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "bustapi_core"
3-
version = "0.11.0-rc2"
3+
version = "0.11.0"
44
edition = "2021"
55

66
[lib]

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "maturin"
44

55
[project]
66
name = "bustapi"
7-
version = "0.11.0-rc2"
7+
version = "0.11.0"
88
description = "High-performance Python web framework with Rust backend"
99
authors = [
1010
{name = "GrandpaEJ", email = ""}

0 commit comments

Comments
 (0)