From 6e7e7c0ccbcb23170a13a65785c8703e193fc77d Mon Sep 17 00:00:00 2001 From: guruconnect-ci Date: Fri, 29 May 2026 18:41:21 +0000 Subject: [PATCH] chore: release v0.2.2 [skip ci] --- CHANGELOG.md | 6 ++++++ Cargo.toml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d04597e..0c6a4cd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,12 @@ All notable changes to GuruConnect are documented here. Format follows Per-version entries below are generated from conventional commits (`feat:`, `fix:`, `perf:`) by the release workflow; per-component changelogs are also written to `changelogs//v.md` and served at `/api/changelog/...`. +## [0.2.2] - 2026-05-29 + +### Fixed + +- Drop broken jsign --info verify step in release (5727ccf3) + ## [0.2.1] - 2026-05-29 ### Fixed diff --git a/Cargo.toml b/Cargo.toml index 9866999..1035378 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,7 @@ members = [ ] [workspace.package] -version = "0.2.1" +version = "0.2.2" edition = "2021" authors = ["AZ Computer Guru"] license = "Proprietary"