Skip to content

Commit 9913571

Browse files
committed
chore: Release
1 parent f949a8f commit 9913571

File tree

3 files changed

+23
-9
lines changed

3 files changed

+23
-9
lines changed

CHANGELOG.md

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

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

5+
## [0.9.0] - 2024-11-22
6+
7+
### 🐛 Bug Fixes
8+
9+
- Process http body chunks
10+
- Adding on_response handler to process the end of body chunks
11+
- Moving unit test to http sub-module
12+
13+
## [0.8.1] - 2024-11-11
14+
15+
### ⚙️ Miscellaneous Tasks
16+
17+
- Release
18+
519
## [0.8.0] - 2024-10-21
620

721
### 🚀 Features

Cargo.lock

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ members = ["crates/*"]
33
resolver = "2"
44

55
[workspace.package]
6-
version = "0.8.1"
6+
version = "0.9.0"
77
edition = "2021"
88
publish = false
99
authors = ["FastEdge Development Team"]

0 commit comments

Comments
 (0)