Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.12.2"
".": "0.13.0"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
2 changes: 1 addition & 1 deletion src-tauri/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down