Skip to content

Commit 813a0cf

Browse files
chore: version package (#9)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 816fe95 commit 813a0cf

5 files changed

Lines changed: 14 additions & 13 deletions

File tree

.changeset/vg-npm-dep.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,14 @@ and this project adheres to [CalVer](https://calver.org/) (`YYYY.M.MICRO`).
77

88
## [Unreleased]
99

10-
## [2026.3.3] - 2026-03-29
10+
## [2026.3.4] - 2026-03-29
11+
12+
### Fixed
13+
14+
- Switch @codluv/versionguard from git ref to npm ^1.1.0
15+
16+
17+
## [2026.3.4] - 2026-03-29
1118

1219
### Fixed
1320

@@ -18,8 +25,7 @@ and this project adheres to [CalVer](https://calver.org/) (`YYYY.M.MICRO`).
1825
- version.js simplified: only calcNextCalVer workaround remains (VG #9)
1926
- Updated @codluv/versionguard to 1.1.0
2027

21-
22-
## [2026.3.3] - 2026-03-29
28+
## [2026.3.4] - 2026-03-29
2329

2430
### Fixed
2531

@@ -44,7 +50,7 @@ and this project adheres to [CalVer](https://calver.org/) (`YYYY.M.MICRO`).
4450

4551
- Version correction: 2026.3.0 was the initial release, this is the first patch
4652

47-
## [2026.3.3] - 2026-03-29
53+
## [2026.3.4] - 2026-03-29
4854

4955
### Added
5056

@@ -64,7 +70,7 @@ and this project adheres to [CalVer](https://calver.org/) (`YYYY.M.MICRO`).
6470
- Changesets + VersionGuard CalVer release pipeline
6571
- GitHub Actions release workflow
6672

67-
## [2026.3.3] - 2025-03-29
73+
## [2026.3.4] - 2025-03-29
6874

6975
### Added
7076

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "openclawdocs",
3-
"version": "2026.3.3",
3+
"version": "2026.3.4",
44
"description": "LLM-agent-optimized CLI for syncing, searching, and browsing OpenClaw documentation locally",
55
"keywords": [
66
"openclaw",

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "openclaw-docs"
7-
version = "2026.3.3"
7+
version = "2026.3.4"
88
description = "LLM-agent-optimized CLI for OpenClaw documentation"
99
requires-python = ">=3.12"
1010
dependencies = [

src/openclaw_docs/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "2026.3.3"
1+
__version__ = "2026.3.4"

0 commit comments

Comments
 (0)