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
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,15 @@ release PR, and frozen into a permanent entry once the release is tagged. Do not
edit released sections by hand.

<!-- BEGIN PENDING -->
## 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
<!-- END PENDING -->

## v0.2.2 — 2026-06-17
Expand Down
10 changes: 5 additions & 5 deletions backend/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 backend/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
Loading