Skip to content

Commit 4e700ce

Browse files
chore: release v0.3.1
1 parent d87f363 commit 4e700ce

File tree

3 files changed

+24
-54
lines changed

3 files changed

+24
-54
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [0.3.1](https://github.com/G-Core/FastEdge-sdk-rust/compare/v0.3.0...v0.3.1) - 2025-11-04
10+
11+
### Added
12+
13+
- add wit submodule for improved dependency management
14+
15+
### Other
16+
17+
- Update src/proxywasm/key_value.rs
18+
- rename zrange to zrange_by_score and update related documentation
19+
920
## [0.2.1](https://github.com/G-Core/FastEdge-sdk-rust/compare/v0.2.0...v0.2.1) - 2025-10-09
1021

1122
### Added

Cargo.lock

Lines changed: 12 additions & 53 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
@@ -2,7 +2,7 @@
22
members = ["derive", ".", "examples/*"]
33

44
[workspace.package]
5-
version = "0.3.0"
5+
version = "0.3.1"
66
edition = "2021"
77
license = "Apache-2.0"
88
description = "FastEdge Rust SDK that helps you to create edge cloud application using WASM"

0 commit comments

Comments
 (0)