From a48708af2b7a19a80ec5906c8d38d809b4141a5d Mon Sep 17 00:00:00 2001 From: Shining <250120269+chronoai-shining@users.noreply.github.com> Date: Thu, 18 Jun 2026 14:25:31 +0800 Subject: [PATCH] chore(release): set version v0.2.3 and update CHANGELOG The prepare PR #279 merged (release note only) before sync-release-pr could push the version bump, leaving develop at 0.2.2. This applies the bump deterministically via the release scripts (next-version + mirror-cargo-version + changelog set-pending). Pushed as a normal commit so CI runs on it; sync-release-pr re-runs idempotently. Part of #278. --- CHANGELOG.md | 9 +++++++++ backend/Cargo.lock | 10 +++++----- backend/Cargo.toml | 2 +- package.json | 2 +- 4 files changed, 16 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b2c079a..4161f2a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,15 @@ release PR, and frozen into a permanent entry once the release is tagged. Do not edit released sections by hand. +## v0.2.3 — 2026-06-18 + +## Fixed + +- Repository `.fkst/` setup and engine git access now work — a GitHub App token-scoping bug had been blocking every App operation. + +## New Feature + +## Changed ## v0.2.2 — 2026-06-17 diff --git a/backend/Cargo.lock b/backend/Cargo.lock index 2dcbb01..db97bc1 100644 --- a/backend/Cargo.lock +++ b/backend/Cargo.lock @@ -390,7 +390,7 @@ checksum = "5baebc0774151f905a1a2cc41989300b1e6fbb29aff0ceffa1064fdd3088d582" [[package]] name = "fkst-control-plane" -version = "0.2.2" +version = "0.2.3" dependencies = [ "anyhow", "async-trait", @@ -432,7 +432,7 @@ dependencies = [ [[package]] name = "fkst-engine" -version = "0.2.2" +version = "0.2.3" dependencies = [ "bson", "envy", @@ -452,7 +452,7 @@ dependencies = [ [[package]] name = "fkst-journal" -version = "0.2.2" +version = "0.2.3" dependencies = [ "anyhow", "base64", @@ -472,7 +472,7 @@ dependencies = [ [[package]] name = "fkst-shared" -version = "0.2.2" +version = "0.2.3" dependencies = [ "async-trait", "bson", @@ -491,7 +491,7 @@ dependencies = [ [[package]] name = "fkst-worker" -version = "0.2.2" +version = "0.2.3" dependencies = [ "anyhow", "async-trait", diff --git a/backend/Cargo.toml b/backend/Cargo.toml index 87f6792..a0f1f15 100644 --- a/backend/Cargo.toml +++ b/backend/Cargo.toml @@ -15,5 +15,5 @@ members = ["fkst-control-plane", "fkst-engine", "fkst-journal", "fkst-shared", " resolver = "2" [workspace.package] -version = "0.2.2" +version = "0.2.3" edition = "2021" diff --git a/package.json b/package.json index c37dbd3..095c11d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "fkst-hosted", - "version": "0.2.2", + "version": "0.2.3", "private": true, "description": "Unified version source of truth for fkst-hosted (backend + frontend). Managed by Changesets; the version is mirrored into Cargo.toml / the frontend package.json once those exist.", "scripts": {