Skip to content

Commit a21e853

Browse files
authored
Merge pull request #109 from G-Core/releases/v0.13.5
releases/v0.13.5
2 parents a44fe1a + e02c39d commit a21e853

4 files changed

Lines changed: 16 additions & 9 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## [0.13.5] - 2026-01-09
2+
3+
### 🐛 Bug Fixes
4+
5+
- Set default plan_id field in app configuration struct
16
## [0.13.4] - 2026-01-06
27

38
### 🚀 Features
@@ -27,6 +32,7 @@
2732

2833
- Update wit hash to reflect latest changes
2934
- Release
35+
- Release
3036
## [0.13.2] - 2025-11-04
3137

3238
### 🐛 Bug Fixes

Cargo.lock

Lines changed: 8 additions & 8 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
@@ -3,7 +3,7 @@ members = ["crates/*"]
33
resolver = "2"
44

55
[workspace.package]
6-
version = "0.13.4"
6+
version = "0.13.5"
77
edition = "2021"
88
publish = false
99
authors = ["FastEdge Development Team"]

crates/runtime/src/app.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ pub struct App {
2929
pub secrets: Vec<SecretOption>,
3030
#[serde(default)]
3131
pub kv_stores: Vec<KvStoreOption>,
32+
#[serde(default)]
3233
pub plan_id: u64,
3334
}
3435

0 commit comments

Comments
 (0)