diff --git a/.changeset/exit-codes-related-deps.md b/.changeset/exit-codes-related-deps.md deleted file mode 100644 index eb1a392..0000000 --- a/.changeset/exit-codes-related-deps.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -"openclawdocs": patch ---- - -Exit codes, related topics, dependency updates - -- Exit codes for agent error handling (0=success, 1=not found, 2=error) -- Related topics extracted from cross-references in show output -- Dependency minimums updated to latest versions diff --git a/CHANGELOG.md b/CHANGELOG.md index 2df0952..ce22df3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,11 +1,5 @@ # Changelog -## 2026.3.1 - -### Patch Changes - -- Version correction: 2026.3.0 was the initial release, this is the first patch - All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), @@ -13,7 +7,24 @@ and this project adheres to [CalVer](https://calver.org/) (`YYYY.M.MICRO`). ## [Unreleased] -## [2026.3.1] - 2026-03-29 +## [2026.3.0] - 2026-03-29 + +### Fixed + +- Exit codes, related topics, dependency updates + + - Exit codes for agent error handling (0=success, 1=not found, 2=error) + - Related topics extracted from cross-references in show output + - Dependency minimums updated to latest versions + +## 2026.3.1 + +### Fixed + +- Version correction: 2026.3.0 was the initial release, this is the first patch + + +## [2026.3.0] - 2026-03-29 ### Added @@ -33,7 +44,7 @@ and this project adheres to [CalVer](https://calver.org/) (`YYYY.M.MICRO`). - Changesets + VersionGuard CalVer release pipeline - GitHub Actions release workflow -## [2026.3.1] - 2025-03-29 +## [2026.3.0] - 2025-03-29 ### Added diff --git a/package.json b/package.json index 228e05c..955bcf6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "openclawdocs", - "version": "2026.3.1", + "version": "2026.3.0", "description": "LLM-agent-optimized CLI for syncing, searching, and browsing OpenClaw documentation locally", "keywords": [ "openclaw", diff --git a/pyproject.toml b/pyproject.toml index 7d8bab4..fa2cd74 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "openclaw-docs" -version = "2026.3.1" +version = "2026.3.0" description = "LLM-agent-optimized CLI for OpenClaw documentation" requires-python = ">=3.12" dependencies = [ diff --git a/src/openclaw_docs/__init__.py b/src/openclaw_docs/__init__.py index 8855118..cd3cdac 100644 --- a/src/openclaw_docs/__init__.py +++ b/src/openclaw_docs/__init__.py @@ -1 +1 @@ -__version__ = "2026.3.1" +__version__ = "2026.3.0"