Skip to content

Commit 10874b1

Browse files
author
patx
committed
update changelog and pyproject.toml for release 0.25
1 parent 1fbb5b3 commit 10874b1

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

docs/release_notes.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
[![Logo](https://patx.github.io/micropie/logo.png)](https://patx.github.io/micropie)
22

33
## Releases Notes
4+
- **[0.25](https://github.com/patx/micropie/releases/tag/v0.25)** - Fix unicode redirect handling. Percent-encode non-ASCII path segments before setting Location header. Prevents latin-1 header encoding errors and avoids double-encoding queries.
45
- **[0.24](https://github.com/patx/micropie/releases/tag/v0.24)** - Improve session handling. Expired sessions now clean up properly, and empty sessions delete stored data. Session saving also moved after `after_request` middleware.
56
- **[0.23](https://github.com/patx/micropie/releases/tag/v0.23)** - Bug fix release. Make sure background multipart parsing stops when the request is terminated by middleware
67
- **[0.22](https://github.com/patx/micropie/releases/tag/v0.22)** - Bug fix release. Fix sub-app body parsing bug by ensuring `Request` object inherits scope's `body_params` and `body_parsed`, preventing redundant parsing in sub-app

pyproject.toml

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

55
[project]
66
name = "micropie"
7-
version = "0.24"
7+
version = "0.25"
88
description = "An ultra micro ASGI web framework"
99
keywords = ["micropie", "asgi", "microframework", "http"]
1010
readme = "docs/README.md"

0 commit comments

Comments
 (0)