Compare commits
1 Commits
v1.1.2-rc.
...
v1.1.2
| Author | SHA1 | Date | |
|---|---|---|---|
| 83739ec2c6 |
@@ -7,7 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
|
||||||
## [1.1.2-rc.2] - 2025-11-28
|
## [1.1.2] - 2025-11-28
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
- **CRITICAL**: Static files now load correctly - fixed HTTP middleware streaming response handling
|
- **CRITICAL**: Static files now load correctly - fixed HTTP middleware streaming response handling
|
||||||
|
|||||||
@@ -298,5 +298,5 @@ def create_app(config=None):
|
|||||||
|
|
||||||
# Package version (Semantic Versioning 2.0.0)
|
# Package version (Semantic Versioning 2.0.0)
|
||||||
# See docs/standards/versioning-strategy.md for details
|
# See docs/standards/versioning-strategy.md for details
|
||||||
__version__ = "1.1.2-rc.2"
|
__version__ = "1.1.2"
|
||||||
__version_info__ = (1, 1, 2)
|
__version_info__ = (1, 1, 2)
|
||||||
|
|||||||
Reference in New Issue
Block a user