diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 19ee807..4a403c7 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.19.0" + ".": "0.19.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index a74ad6c..ad5cf93 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.19.1](https://github.com/denolehov/annot/compare/v0.19.0...v0.19.1) (2026-09-05) + + +### Bug Fixes + +* **vcs:** update jj-lib 0.44 API usage and vendored config defaults ([312452d](https://github.com/denolehov/annot/commit/312452d5cc4b0a09a28f3dfccc7af5382b9ef0b6)) + ## [0.19.0](https://github.com/denolehov/annot/compare/v0.18.2...v0.19.0) (2026-07-17) diff --git a/package.json b/package.json index 1229ab1..e73ff6f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "annot", - "version": "0.19.0", + "version": "0.19.1", "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 2ee43e3..b8a2c87 100644 --- a/src-tauri/Cargo.lock +++ b/src-tauri/Cargo.lock @@ -49,7 +49,7 @@ dependencies = [ [[package]] name = "annot" -version = "0.19.0" +version = "0.19.1" dependencies = [ "arboard", "base64 0.23.1", diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index c5174ca..e0c498f 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "annot" -version = "0.19.0" # x-release-please-version +version = "0.19.1" # 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 31cad1b..5d13429 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.19.0", + "version": "0.19.1", "identifier": "com.denolehov.annot", "build": { "beforeDevCommand": "pnpm dev",