Skip to content

Commit

Permalink
Merge pull request #43 from G-Core/releases/v0.7.0
Browse files Browse the repository at this point in the history
releases/v0.7.0
  • Loading branch information
ruslanti authored Oct 16, 2024
2 parents 0c396ff + 6b9ec24 commit 45940f7
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 8 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,23 @@

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

## [0.7.0] - 2024-10-16

### 🚜 Refactor

- Drop async from write_stats method

## [0.6.0] - 2024-09-20

### 🐛 Bug Fixes

- Stopping execution of blocking wasm code on timeout
- Formatting and handle wasi-http timeouts

### ⚙️ Miscellaneous Tasks

- Release

## [0.5.7] - 2024-09-12

### 🐛 Bug Fixes
Expand Down
14 changes: 7 additions & 7 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.6.0"
version = "0.7.0"
edition = "2021"
publish = false
authors = ["FastEdge Development Team"]
Expand Down

0 comments on commit 45940f7

Please sign in to comment.