From a14ed9a6d97d447e9bf265361959a5b4f2a52f74 Mon Sep 17 00:00:00 2001 From: MrSphay Date: Fri, 15 May 2026 04:28:50 +0200 Subject: [PATCH] Release 1.0.3 --- CHANGELOG.md | 5 +++++ manifest.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3c585bb..e7320da 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,11 @@ All notable changes to the Codex Agent Repository Kit are documented here. +## 1.0.3 - 2026-05-15 + +- Updated repository handoff notes after verifying the refreshed local `GITEA_TOKEN`. +- Confirmed live issue creation and Gitea release API access for this repository. + ## 1.0.2 - 2026-05-15 - Split the repository documentation into a human-facing setup `README.md` and a repository-specific agent instruction file in `AGENTS.md`. diff --git a/manifest.json b/manifest.json index 93731d1..2a8787e 100644 --- a/manifest.json +++ b/manifest.json @@ -1,6 +1,6 @@ { "name": "codex-agent-repository-kit", - "version": "1.0.2", + "version": "1.0.3", "description": "Universal repository baseline for Codex-assisted projects.", "agentResponsibilities": [ "Read manifest.json before copying files.",