Skip to content

Commit d74968b

Browse files
committed
chore(release): v1.9.1
Bump version to 1.9.1 and sync across all binding manifests.
1 parent f1cfd61 commit d74968b

73 files changed

Lines changed: 115 additions & 164 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [1.9.1] - 2026-07-02
11+
12+
### Changed
13+
14+
- **Upgrade dependencies and regenerate all bindings** with alef 0.30.11.
15+
- Add `[workspace] extra_clippy_allows = ["single_match", "collapsible_match"]` to
16+
`alef.toml` so the generated single-variant enum-from-int bindings pass
17+
`clippy -D warnings`.
18+
19+
### Fixed
20+
21+
- Correct the **HashiCorp** vendor name spelling in the proxy Vault secret backend
22+
(`HashiCorpVaultProvider`/`Builder`), its comments, docs, and this changelog.
23+
1024
## [1.9.0] - 2026-06-27
1125

1226
Stable release promoting 1.9.0-rc.2 (fully published green). No code changes

CITATION.cff

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@ authors:
1212
repository-code: "https://github.com/xberg-io/liter-llm"
1313
url: "https://xberg.io"
1414
license: MIT
15-
version: 1.9.0
15+
version: 1.9.1
1616
date-released: 2026-05-17

Cargo.lock

Lines changed: 11 additions & 11 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
@@ -50,7 +50,7 @@ missing-panics-doc = "allow"
5050
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(alef)'] }
5151

5252
[workspace.package]
53-
version = "1.9.0"
53+
version = "1.9.1"
5454
edition = "2024"
5555
license = "MIT"
5656
repository = "https://github.com/xberg-io/liter-llm"

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ let package = Package(
3333
// sibling RustBridge target below and link against this binary.
3434
.binaryTarget(
3535
name: "RustBridgeBinary",
36-
url: "https://github.com/xberg-io/liter-llm/releases/download/v1.9.0/LiterLlm-rs.artifactbundle.zip",
36+
url: "https://github.com/xberg-io/liter-llm/releases/download/v1.9.1/LiterLlm-rs.artifactbundle.zip",
3737
checksum: "__ALEF_SWIFT_CHECKSUM__"
3838
),
3939
// RustBridge: Swift wrapper module owning the swift-bridge generated

alef.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2036,7 +2036,7 @@ name = "liter_llm_ffi"
20362036
name = "LiterLlm"
20372037

20382038
[crates.e2e.registry.packages.zig]
2039-
hash = "liter_llm-1.9.0-ITuy7j8Hy2Yavk0BjGZ43I0Ix2GL"
2039+
hash = "liter_llm-1.9.1-ITuy7j8Hy2Yavk0BjGZ43I0Ix2GL"
20402040

20412041
[crates.e2e.registry.packages.homebrew]
20422042
tap = "xberg-io/homebrew-tap"

crates/liter-llm-cli/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ default = []
3434
arc-swap = { workspace = true }
3535
axum = { workspace = true }
3636
clap = { workspace = true }
37-
liter-llm = { path = "../liter-llm", version = "1.9.0" }
38-
liter-llm-proxy = { path = "../liter-llm-proxy", version = "1.9.0" }
37+
liter-llm = { path = "../liter-llm", version = "1.9.1" }
38+
liter-llm-proxy = { path = "../liter-llm-proxy", version = "1.9.1" }
3939
mimalloc = { workspace = true, optional = true }
4040
rmcp = { workspace = true }
4141
secrecy = { workspace = true }

crates/liter-llm-ffi/Cargo.toml

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/liter-llm-jni/Cargo.toml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/liter-llm-node/Cargo.toml

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)