From f6b489ccd521a5ee5941db64509d2adfd3801265 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 21 Jun 2026 17:25:25 +0000 Subject: [PATCH] chore(main): release 0.13.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ package.json | 2 +- src-tauri/Cargo.lock | 2 +- src-tauri/Cargo.toml | 2 +- src-tauri/tauri.conf.json | 2 +- 6 files changed, 12 insertions(+), 5 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 18eef3d..ed21d28 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.12.2" + ".": "0.13.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 75e614d..54030d4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.13.0](https://github.com/denolehov/annot/compare/v0.12.2...v0.13.0) (2026-06-21) + + +### Features + +* Remove "bookmark" and "terraform" features ([#75](https://github.com/denolehov/annot/issues/75)) ([8b29ba1](https://github.com/denolehov/annot/commit/8b29ba19bdc22e013d7c831dee2a68bdf5fe55e1)) + ## [0.12.2](https://github.com/denolehov/annot/compare/v0.12.1...v0.12.2) (2026-06-20) diff --git a/package.json b/package.json index 3059628..eff84f7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "annot", - "version": "0.12.2", + "version": "0.13.0", "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 3de007d..df6a3c9 100644 --- a/src-tauri/Cargo.lock +++ b/src-tauri/Cargo.lock @@ -43,7 +43,7 @@ dependencies = [ [[package]] name = "annot" -version = "0.12.2" +version = "0.13.0" dependencies = [ "arboard", "base64 0.22.1", diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index 8187534..cc4a8c6 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "annot" -version = "0.12.2" # x-release-please-version +version = "0.13.0" # 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 219b293..dc3bd21 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.2", + "version": "0.13.0", "identifier": "com.denolehov.annot", "build": { "beforeDevCommand": "pnpm dev",