Skip to content

Commit 1f66fc7

Browse files
committed
chore(release): 0.30.16
1 parent 4e86d91 commit 1f66fc7

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.16] - 2026-07-03
11+
1012
### Added
1113

1214
- **extension**: new `Extension::public_api_additions(api, cfg, language)`

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.15"
4+
version = "0.30.16"
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.15"
2+
alef_version = "0.30.16"
33
languages = []
44

55
[workspace.dto]

schemas/alef.schema.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7433,7 +7433,7 @@
74337433
"type": "object"
74347434
}
74357435
},
7436-
"$id": "https://github.com/xberg-io/alef/releases/download/v0.30.15/alef.schema.json",
7436+
"$id": "https://github.com/xberg-io/alef/releases/download/v0.30.16/alef.schema.json",
74377437
"$schema": "https://json-schema.org/draft/2020-12/schema",
74387438
"additionalProperties": false,
74397439
"description": "JSON Schema for the JSON representation of alef.toml.",
@@ -7552,6 +7552,6 @@
75527552
],
75537553
"title": "Alef configuration",
75547554
"type": "object",
7555-
"version": "0.30.15",
7556-
"x-alef-version": "0.30.15"
7555+
"version": "0.30.16",
7556+
"x-alef-version": "0.30.16"
75577557
}

src/core/template_versions.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -442,5 +442,5 @@ pub mod cran {
442442
pub mod precommit {
443443
// alef rev: managed by sync-versions hook, no renovate marker. Folded into
444444
// the generated `alef:hash:` inputs digest (see `core::hash`).
445-
pub const ALEF_REV: &str = "v0.30.15";
445+
pub const ALEF_REV: &str = "v0.30.16";
446446
}

0 commit comments

Comments
 (0)