Skip to content

Commit 2f057cb

Browse files
committed
chore(release): 0.30.6
1 parent 71090f1 commit 2f057cb

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.6] - 2026-07-02
11+
1012
### Fixed
1113

1214
- `core_to_binding_convertible_types` false-negative: types whose only non-convertible binding

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.5"
4+
version = "0.30.6"
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.5"
2+
alef_version = "0.30.6"
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.5/alef.schema.json",
7348+
"$id": "https://github.com/xberg-io/alef/releases/download/v0.30.6/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.5",
7463-
"x-alef-version": "0.30.5"
7462+
"version": "0.30.6",
7463+
"x-alef-version": "0.30.6"
74647464
}

src/core/template_versions.rs

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

448448
// alef rev: managed by sync-versions hook, no renovate marker
449-
pub const ALEF_REV: &str = "v0.30.5";
449+
pub const ALEF_REV: &str = "v0.30.6";
450450
}

0 commit comments

Comments
 (0)