Skip to content

Commit 833b8bc

Browse files
committed
chore: release 0.3.0
1 parent 7ad0689 commit 833b8bc

4 files changed

Lines changed: 20 additions & 4 deletions

File tree

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ license = "MIT OR Apache-2.0"
1111
readme = "README.md"
1212
repository = "https://github.com/foldright/micro-http"
1313
rust-version = "1.90"
14-
version = "0.2.2"
14+
version = "0.3.0"
1515

1616
[workspace.dependencies]
1717
http = "1"
@@ -62,8 +62,8 @@ codspeed-criterion-compat = { version = "3.0", default-features = false }
6262

6363
dhat = "0.3"
6464

65-
micro-web = { path = "crates/web", version = "0.2.2" }
66-
micro-http = { path = "crates/http", version = "0.2.2" }
65+
micro-web = { path = "crates/web", version = "0.3.0" }
66+
micro-http = { path = "crates/http", version = "0.3.0" }
6767

6868

6969

crates/http/CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [0.3.0](https://github.com/foldright/micro-http/compare/micro-http-v0.2.2...micro-http-v0.3.0) - 2025-10-03
11+
12+
### Other
13+
14+
- use message_writer instead of framed_writer
15+
- polishing
16+
- polishing
17+
- add debug trait for pub items
18+
1019
## [0.2.2](https://github.com/foldright/micro-http/compare/micro-http-v0.2.1...micro-http-v0.2.2) - 2025-09-24
1120

1221
### Added

crates/web/CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [0.3.0](https://github.com/foldright/micro-http/compare/micro-web-v0.2.2...micro-web-v0.3.0) - 2025-10-03
11+
12+
### Other
13+
14+
- add async closure example
15+
- add debug trait for pub items
16+
1017
## [0.2.2](https://github.com/foldright/micro-http/compare/micro-web-v0.2.1...micro-web-v0.2.2) - 2025-09-24
1118

1219
### Added

crates/web/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,4 +63,4 @@ mockall.workspace = true
6363
dhat-heap = [] # if you are doing heap profiling
6464

6565
[lints]
66-
workspace = true
66+
workspace = true

0 commit comments

Comments
 (0)