Skip to content

Commit 9af0419

Browse files
committed
chore(release): 0.30.8
1 parent 8042fea commit 9af0419

6 files changed

Lines changed: 9 additions & 7 deletions

File tree

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [0.30.8] - 2026-07-02
11+
1012
### Fixed
1113

1214
- **codegen/ffi**: the C header no longer references an undeclared service-owner type. The cbindgen

Cargo.lock

Lines changed: 1 addition & 1 deletion
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
@@ -1,7 +1,7 @@
11

22
[package]
33
name = "alef"
4-
version = "0.30.7"
4+
version = "0.30.8"
55
edition = "2024"
66
rust-version = "1.85"
77
license = "MIT"

alef.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[workspace]
2-
alef_version = "0.30.7"
2+
alef_version = "0.30.8"
33
languages = []
44

55
[workspace.dto]

schemas/alef.schema.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7345,7 +7345,7 @@
73457345
"type": "object"
73467346
}
73477347
},
7348-
"$id": "https://github.com/xberg-io/alef/releases/download/v0.30.7/alef.schema.json",
7348+
"$id": "https://github.com/xberg-io/alef/releases/download/v0.30.8/alef.schema.json",
73497349
"$schema": "https://json-schema.org/draft/2020-12/schema",
73507350
"additionalProperties": false,
73517351
"description": "JSON Schema for the JSON representation of alef.toml.",
@@ -7459,6 +7459,6 @@
74597459
],
74607460
"title": "Alef configuration",
74617461
"type": "object",
7462-
"version": "0.30.7",
7463-
"x-alef-version": "0.30.7"
7462+
"version": "0.30.8",
7463+
"x-alef-version": "0.30.8"
74647464
}

src/core/template_versions.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -449,5 +449,5 @@ pub mod precommit {
449449
pub const SHARED_PRE_COMMIT_HOOKS_REV: &str = "v2.1.0";
450450

451451
// alef rev: managed by sync-versions hook, no renovate marker
452-
pub const ALEF_REV: &str = "v0.30.7";
452+
pub const ALEF_REV: &str = "v0.30.8";
453453
}

0 commit comments

Comments
 (0)