Skip to content

Commit

Permalink
chore: Release
Browse files Browse the repository at this point in the history
  • Loading branch information
ruslanti committed Sep 20, 2024
1 parent aedd092 commit 5ec296c
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 8 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

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

## [0.6.0] - 2024-09-20

### 🐛 Bug Fixes

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

## [0.5.7] - 2024-09-12

### 🐛 Bug Fixes
Expand All @@ -11,6 +18,10 @@ All notable changes to this project will be documented in this file.
- Formatting check
- Setting prerelease flag for release candidates

### ⚙️ Miscellaneous Tasks

- Release

## [0.5.7-rc.2] - 2024-09-09

### 🐛 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.5.7"
version = "0.6.0"
edition = "2021"
publish = false
authors = ["FastEdge Development Team"]
Expand Down

0 comments on commit 5ec296c

Please sign in to comment.