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
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
All notable changes to **basou** are recorded here. The project follows
[Semantic Versioning](https://semver.org/spec/v2.0.0.html) starting with v0.1.0.

## Unreleased
## 0.33.0 — 2026-07-13

### Added

Expand Down
2 changes: 1 addition & 1 deletion packages/basou/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "basou",
"version": "0.32.0",
"version": "0.33.0",
"type": "module",
"license": "Apache-2.0",
"description": "Convenience installer for the @basou/cli command. `npm install -g basou` exposes the same `basou` binary as `npm install -g @basou/cli`.",
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@basou/cli",
"version": "0.32.0",
"version": "0.33.0",
"type": "module",
"license": "Apache-2.0",
"description": "basou command-line tool",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@basou/core",
"version": "0.32.0",
"version": "0.33.0",
"type": "module",
"license": "Apache-2.0",
"description": "Core primitives for Basou: sessions, events, approvals, git capability",
Expand Down
2 changes: 1 addition & 1 deletion packages/sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@basou/sdk",
"version": "0.32.0",
"version": "0.33.0",
"type": "module",
"license": "Apache-2.0",
"description": "Read-only SDK for Basou: a stable, ergonomic API to read a workspace's provenance (sessions, events, tasks, approvals, stats).",
Expand Down