diff --git a/CHANGELOG.md b/CHANGELOG.md index 35cacfd..5d7667f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.3.0] - 2026-08-14 + ### Added - **patchbay updates itself** — the panel checks the signed release feed a diff --git a/Cargo.lock b/Cargo.lock index d5ae19c..6aa98da 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1262,7 +1262,7 @@ checksum = "2ee67f1008b1ba2321834326597b8e186293b049a023cdef258527550b9935b4" [[package]] name = "patchbay-cli" -version = "0.2.0" +version = "0.3.0" dependencies = [ "anstyle", "anyhow", @@ -1276,7 +1276,7 @@ dependencies = [ [[package]] name = "patchbay-core" -version = "0.2.0" +version = "0.3.0" dependencies = [ "age", "anyhow", @@ -1295,7 +1295,7 @@ dependencies = [ [[package]] name = "patchbay-mcp" -version = "0.2.0" +version = "0.3.0" dependencies = [ "anyhow", "chrono", diff --git a/Cargo.toml b/Cargo.toml index 8eff077..4c946fe 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ members = [ exclude = ["app/src-tauri"] [workspace.package] -version = "0.2.0" +version = "0.3.0" edition = "2021" license = "MIT" repository = "https://github.com/pathorsAI/patchbay" diff --git a/app/package.json b/app/package.json index 61d1900..e77c928 100644 --- a/app/package.json +++ b/app/package.json @@ -1,7 +1,7 @@ { "name": "patchbay-app", "private": true, - "version": "0.2.0", + "version": "0.3.0", "type": "module", "scripts": { "dev": "vite", diff --git a/app/src-tauri/Cargo.lock b/app/src-tauri/Cargo.lock index 32ebe3f..6a4186b 100644 --- a/app/src-tauri/Cargo.lock +++ b/app/src-tauri/Cargo.lock @@ -2957,7 +2957,7 @@ dependencies = [ [[package]] name = "patchbay-app" -version = "0.2.0" +version = "0.3.0" dependencies = [ "anyhow", "chrono", @@ -2973,7 +2973,7 @@ dependencies = [ [[package]] name = "patchbay-core" -version = "0.2.0" +version = "0.3.0" dependencies = [ "age", "anyhow", diff --git a/app/src-tauri/Cargo.toml b/app/src-tauri/Cargo.toml index a64f962..23208b9 100644 --- a/app/src-tauri/Cargo.toml +++ b/app/src-tauri/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "patchbay-app" description = "patchbay — the desktop panel for your CLI logins" -version = "0.2.0" +version = "0.3.0" edition = "2021" license = "MIT" repository = "https://github.com/pathorsAI/patchbay" diff --git a/app/src-tauri/tauri.conf.json b/app/src-tauri/tauri.conf.json index f0751a5..4a4fd6c 100644 --- a/app/src-tauri/tauri.conf.json +++ b/app/src-tauri/tauri.conf.json @@ -1,7 +1,7 @@ { "$schema": "https://schema.tauri.app/config/2", "productName": "patchbay", - "version": "0.2.0", + "version": "0.3.0", "identifier": "com.pathors.patchbay", "build": { "beforeDevCommand": "bun run dev",