Skip to content

Commit 5274871

Browse files
committed
chore: bump version to 0.1.8
1 parent b14f29c commit 5274871

2 files changed

Lines changed: 13 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.1.8] - 2026-01-10
11+
12+
### Added
13+
- **CORS middleware**: `CorsLayer` with full `MiddlewareLayer` trait implementation
14+
- Support for `CorsLayer::permissive()` and custom configuration
15+
- Proper preflight request handling
16+
- Origin validation and credential support
17+
18+
### Fixed
19+
- Fixed missing `MiddlewareLayer` implementation for `CorsLayer`
20+
- Fixed CI build issues with GitHub Actions runner disk space
21+
1022
## [0.1.4] - 2026-01-03
1123

1224
### Added

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ members = [
2828
]
2929

3030
[workspace.package]
31-
version = "0.1.7"
31+
version = "0.1.8"
3232
edition = "2021"
3333
authors = ["RustAPI Contributors"]
3434
license = "MIT OR Apache-2.0"

0 commit comments

Comments
 (0)