From d88820613a514a1797473dd9af616a845b3d3b9f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 17 Jul 2026 18:29:23 +0000 Subject: [PATCH] chore(main): release micelio 0.15.3 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 8 ++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- tauri.conf.json | 2 +- 5 files changed, 12 insertions(+), 4 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index b08cc4f..ac7667c 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.15.2" + ".": "0.15.3" } diff --git a/CHANGELOG.md b/CHANGELOG.md index e0b8910..0374bc0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [0.15.3](https://github.com/patrick-mns/micelio-code/compare/micelio-v0.15.2...micelio-v0.15.3) (2026-07-17) + + +### Bug Fixes + +* **review:** scope the changes panel to the selected folder ([c862795](https://github.com/patrick-mns/micelio-code/commit/c8627956e1d4a912ec4257a9d8250972e123ff5f)) +* **review:** scope the changes panel to the selected folder ([f0e3172](https://github.com/patrick-mns/micelio-code/commit/f0e317265ca981b5dc91db40335e1abe9910c1f5)) + ## [0.15.2](https://github.com/patrick-mns/micelio-code/compare/micelio-v0.15.1...micelio-v0.15.2) (2026-07-16) diff --git a/Cargo.lock b/Cargo.lock index 16c8b55..d7d46e5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2063,7 +2063,7 @@ dependencies = [ [[package]] name = "micelio" -version = "0.15.2" +version = "0.15.3" dependencies = [ "base64 0.22.1", "ignore", diff --git a/Cargo.toml b/Cargo.toml index 351c7fb..4a8f99d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "micelio" -version = "0.15.2" +version = "0.15.3" edition = "2021" [lib] diff --git a/tauri.conf.json b/tauri.conf.json index 6f03c83..4da44fa 100755 --- a/tauri.conf.json +++ b/tauri.conf.json @@ -1,7 +1,7 @@ { "$schema": "https://schema.tauri.app/config/2", "productName": "Micelio Code", - "version": "0.15.2", + "version": "0.15.3", "identifier": "com.micelio", "build": { "frontendDist": "frontend/dist",