Skip to content
Closed
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: 0 additions & 9 deletions .changeset/exit-codes-related-deps.md

This file was deleted.

27 changes: 19 additions & 8 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,30 @@
# 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/),
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

Expand All @@ -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

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [
Expand Down
2 changes: 1 addition & 1 deletion src/openclaw_docs/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "2026.3.1"
__version__ = "2026.3.0"
Loading