Skip to content

Commit

Permalink
Merge pull request #19 from G-Core/release-plz-2024-05-10T07-44-46Z
Browse files Browse the repository at this point in the history
chore: release
  • Loading branch information
ruslanti authored May 10, 2024
2 parents abd44a7 + 5f0ec85 commit b002bca
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 9 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.1.6](https://github.com/G-Core/FastEdge-sdk-rust/compare/v0.1.5...v0.1.6) - 2024-05-10

### Other
- Merge pull request [#18](https://github.com/G-Core/FastEdge-sdk-rust/pull/18) from G-Core/update_wasmtime

## [0.1.5](https://github.com/G-Core/FastEdgeSDK/releases/tag/fastedge-v0.1.5) - 2024-05-08

### Fixed
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.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
members = ["derive", ".", "examples/*"]

[workspace.package]
version = "0.1.5"
version = "0.1.6"
edition = "2021"
license = "Apache-2.0"
description = "FastEdge Rust SDK that helps you to create edge cloud application using WASM"
Expand All @@ -29,7 +29,7 @@ default = []
json = ["serde_json"]

[dependencies]
fastedge-derive = { path = "derive", version = "0.1.5" }
fastedge-derive = { path = "derive", version = "0.1.6" }
http = "1.1.0"
bytes = "^1.5"
wit-bindgen = "0.24.0"
Expand Down

0 comments on commit b002bca

Please sign in to comment.