From 7602be8cd6104175677296a9bd4c4c27634215d7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 20 Jun 2026 14:33:24 +0000 Subject: [PATCH] chore(main): release 0.12.2 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 8 ++++++++ package.json | 2 +- src-tauri/Cargo.lock | 2 +- src-tauri/Cargo.toml | 2 +- src-tauri/tauri.conf.json | 2 +- 6 files changed, 13 insertions(+), 5 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 38acea6..18eef3d 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.12.1" + ".": "0.12.2" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 17ced92..75e614d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [0.12.2](https://github.com/denolehov/annot/compare/v0.12.1...v0.12.2) (2026-06-20) + + +### Bug Fixes + +* **docs:** use claude mcp add CLI for all platforms in Claude Code setup ([#70](https://github.com/denolehov/annot/issues/70)) ([78508e1](https://github.com/denolehov/annot/commit/78508e1f10bb851f85adabcef816ea72a46c0156)), closes [#69](https://github.com/denolehov/annot/issues/69) +* **linux:** grant start-resize-dragging permission so borderless resize fires ([#68](https://github.com/denolehov/annot/issues/68)) ([fcc0dbc](https://github.com/denolehov/annot/commit/fcc0dbcbac6a72aa3ee1779186c5075673dddbb2)) + ## [0.12.1](https://github.com/denolehov/annot/compare/v0.12.0...v0.12.1) (2026-06-17) diff --git a/package.json b/package.json index 3139a29..3059628 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "annot", - "version": "0.12.1", + "version": "0.12.2", "description": "Human-in-the-loop annotation tool for AI workflows", "type": "module", "scripts": { diff --git a/src-tauri/Cargo.lock b/src-tauri/Cargo.lock index fcef1d7..3de007d 100644 --- a/src-tauri/Cargo.lock +++ b/src-tauri/Cargo.lock @@ -43,7 +43,7 @@ dependencies = [ [[package]] name = "annot" -version = "0.12.1" +version = "0.12.2" dependencies = [ "arboard", "base64 0.22.1", diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index df43c7c..8187534 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "annot" -version = "0.12.1" # x-release-please-version +version = "0.12.2" # x-release-please-version description = "Human-in-the-loop annotation tool for AI workflows" authors = ["Denys Oliekhov"] license = "AGPL-3.0" diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index b68d996..219b293 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -1,7 +1,7 @@ { "$schema": "https://schema.tauri.app/config/2", "productName": "annot", - "version": "0.12.1", + "version": "0.12.2", "identifier": "com.denolehov.annot", "build": { "beforeDevCommand": "pnpm dev",