From ac886c931aaf0ba89d9e30ce9b0d1240cf12eb85 Mon Sep 17 00:00:00 2001 From: davidmckayv <1574202+davidmckayv@users.noreply.github.com> Date: Mon, 14 Sep 2026 18:39:13 +0000 Subject: [PATCH] Release v0.0.11 --- CHANGELOG.md | 2 ++ charts/openbot/Chart.yaml | 2 +- desktop/src-tauri/Cargo.lock | 2 +- desktop/src-tauri/Cargo.toml | 2 +- package.json | 2 +- 5 files changed, 6 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ee72aa344..60495ee49 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,8 @@ Newest first. `Unreleased` is what is on `main` and not yet tagged. ## Unreleased +## 0.0.11 + ### The LlamaIndex Bot answers with the model the setup screen chose The LlamaIndex Bot built an OpenAI client from `BOT_MODEL` and ignored `BOT_PROVIDER`, so it only diff --git a/charts/openbot/Chart.yaml b/charts/openbot/Chart.yaml index 665a22934..6ff69a375 100644 --- a/charts/openbot/Chart.yaml +++ b/charts/openbot/Chart.yaml @@ -6,7 +6,7 @@ type: application version: 0.1.1 # The OpenBot release this chart's default image tag points at. Kept equal to package.json's version # (the last version published) by the release workflow, and CI refuses a tree where they have drifted. -appVersion: "0.0.10" +appVersion: "0.0.11" home: https://github.com/CopilotKit/OpenBot sources: - https://github.com/CopilotKit/OpenBot diff --git a/desktop/src-tauri/Cargo.lock b/desktop/src-tauri/Cargo.lock index 5e2458d47..ea92334e4 100644 --- a/desktop/src-tauri/Cargo.lock +++ b/desktop/src-tauri/Cargo.lock @@ -2488,7 +2488,7 @@ dependencies = [ [[package]] name = "openbot-desktop" -version = "0.0.10" +version = "0.0.11" dependencies = [ "base64 0.22.1", "flate2", diff --git a/desktop/src-tauri/Cargo.toml b/desktop/src-tauri/Cargo.toml index f562e26af..c681b491f 100644 --- a/desktop/src-tauri/Cargo.toml +++ b/desktop/src-tauri/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "openbot-desktop" -version = "0.0.10" +version = "0.0.11" description = "OpenBot Desktop" edition = "2021" rust-version = "1.77" diff --git a/package.json b/package.json index 4bed22a86..838d85081 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "openbot", - "version": "0.0.10", + "version": "0.0.11", "license": "MIT", "private": true, "packageManager": "bun@1.3.14",