From 9ed73e9e487d4b557faf32169faa810f4a46dc60 Mon Sep 17 00:00:00 2001 From: Christian Date: Mon, 8 Jun 2026 13:52:23 +0200 Subject: [PATCH] chore(main): release 0.15.0 --- CHANGELOG.md | 8 ++++++++ console-rs/Cargo.toml | 2 +- release-please/.release-please-manifest.json | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9b7e5313..d2b60659 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [0.15.0](https://github.com/lakekeeper/console/compare/v0.14.4...v0.15.0) (2026-06-08) + + +### Features + +* **ui:** add /warehouse/:id/namespace/:nsid/generic-table/:tid detail page ([eeaea2a](https://github.com/lakekeeper/console/commit/eeaea2a6ed491c61f5c0c0836794b3d8ee05faae)) +* **ui:** route generic-table tree/list/search clicks to the new page ([eeaea2a](https://github.com/lakekeeper/console/commit/eeaea2a6ed491c61f5c0c0836794b3d8ee05faae)) + ## [0.14.4](https://github.com/lakekeeper/console/compare/v0.14.3...v0.14.4) (2026-05-27) diff --git a/console-rs/Cargo.toml b/console-rs/Cargo.toml index c251d9f5..93b52521 100644 --- a/console-rs/Cargo.toml +++ b/console-rs/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "lakekeeper-console" -version = "0.14.4" +version = "0.15.0" edition = "2021" resolver = "2" homepage = "https://github.com/lakekeeper/lakekeeper" diff --git a/release-please/.release-please-manifest.json b/release-please/.release-please-manifest.json index 9e4eb926..2e64588c 100644 --- a/release-please/.release-please-manifest.json +++ b/release-please/.release-please-manifest.json @@ -1 +1 @@ -{".":"0.14.4"} +{".":"0.15.0"}