Skip to content

Commit 0318c98

Browse files
v0.254.0 + minor deps + some major deps
mockall: 0.13 => 0..14 qdrant-client: v1.15 => v1.16 async-openai: v0.29 => v0.31 alloy: v1.0 => v1.1 alloy-primitives: v1.3 => v1.4 jsonwebtoken: v9 => v10 jsonschema: v0.33 => v0.37 tokio-tungstenite: v0.27 => v0.28 rand: v0.8 => v0.9 criterion: v0.7 => v0.8
1 parent 50fe181 commit 0318c98

59 files changed

Lines changed: 795 additions & 596 deletions

File tree

Some content is hidden

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

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ on:
1616
env:
1717
PACKAGE_NAME: kamu-cli
1818
BINARY_NAME: kamu
19-
KAMU_WEB_UI_VERSION: "0.60.0"
19+
KAMU_WEB_UI_VERSION: "0.60.1"
2020
jobs:
2121
build:
2222
strategy:

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Recommendation: for ease of reading, use the following order:
1111
- Fixed
1212
-->
1313

14-
## [Unreleased]
14+
## [0.254.0] - 2025-12-05
1515
### Added
1616
- GQL: `set_trigger` allows to schedule `HARD_COMPACTION` flows
1717
- `odf::DataSchema` now supports a `diff()` method that allows detailed comparisons between two schemas

0 commit comments

Comments
 (0)