Skip to content

Commit

Permalink
Merge pull request #49 from G-Core/releases/v0.9.0
Browse files Browse the repository at this point in the history
releases/v0.9.0
  • Loading branch information
ruslanti authored Nov 22, 2024
2 parents f949a8f + 9913571 commit 1ac612a
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 9 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,20 @@

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

## [0.9.0] - 2024-11-22

### 🐛 Bug Fixes

- Process http body chunks
- Adding on_response handler to process the end of body chunks
- Moving unit test to http sub-module

## [0.8.1] - 2024-11-11

### ⚙️ Miscellaneous Tasks

- Release

## [0.8.0] - 2024-10-21

### 🚀 Features
Expand Down
16 changes: 8 additions & 8 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ members = ["crates/*"]
resolver = "2"

[workspace.package]
version = "0.8.1"
version = "0.9.0"
edition = "2021"
publish = false
authors = ["FastEdge Development Team"]
Expand Down

0 comments on commit 1ac612a

Please sign in to comment.