Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [0.13.1](https://github.com/lakekeeper/console/compare/v0.13.0...v0.13.1) (2026-03-24)


### Bug Fixes

* patch ([#231](https://github.com/lakekeeper/console/issues/231)) ([ce5fa40](https://github.com/lakekeeper/console/commit/ce5fa404f266f58fa016a7d206dd569c3c7b9011))


### Miscellaneous Chores

* claude ([6ece74f](https://github.com/lakekeeper/console/commit/6ece74f13a717c3ee6d927d180a096b18a3f6a2d))
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Potential issue | 🟡 Minor

Clarify the changelog entry.

The entry "claude" is cryptic and doesn't communicate what changed in this release. Changelog entries should briefly describe the change, its purpose, or its impact so users can understand what's included in version 0.13.1.

Consider a more descriptive entry such as:

  • What was modified or added
  • Why the change was made
  • Any relevant context
🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed.

In `@CHANGELOG.md` at line 8, Replace the cryptic changelog entry "* claude
(6ece74f)" with a short, descriptive bullet that explains what changed, why it
was done, and its impact; e.g., update the line referencing that commit hash
(6ece74f) to something like "Integrate Claude model for assistant responses —
adds Claude as an optional LLM backend to improve accuracy in X scenarios and
enable Y feature, configured via Z" or similar, keeping it concise and
mentioning the component changed, purpose, and user-facing impact.


## [0.13.0](https://github.com/lakekeeper/console/compare/v0.12.7...v0.13.0) (2026-03-22)


Expand Down
2 changes: 1 addition & 1 deletion console-rs/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "lakekeeper-console"
version = "0.13.0"
version = "0.13.1"
edition = "2021"
resolver = "2"
homepage = "https://github.com/lakekeeper/lakekeeper"
Expand Down
2 changes: 1 addition & 1 deletion release-please/.release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{".":"0.13.0"}
{".":"0.13.1"}
Loading