Skip to content

Commit 9043a87

Browse files
chore(release): v0.31.0 (M4 API/format freeze) (#156)
Bump packages/{basou,core,cli,sdk} to 0.31.0 and finalize the CHANGELOG section. Bundles the M4 (API/format freeze) pass: - Portfolio view live repo links (#152). - .basou format version gate: forward-compatible format major (#153). - Remove project.repository_url; --repo-url kept as a deprecated no-op (#154). - semver 1.0 compatibility and stability policy doc (#155). Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>
1 parent 963cd87 commit 9043a87

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
All notable changes to **basou** are recorded here. The project follows
44
[Semantic Versioning](https://semver.org/spec/v2.0.0.html) starting with v0.1.0.
55

6-
## Unreleased
6+
## 0.31.0 — 2026-07-02
77

88
### Removed
99

packages/basou/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "basou",
3-
"version": "0.30.0",
3+
"version": "0.31.0",
44
"type": "module",
55
"license": "Apache-2.0",
66
"description": "Convenience installer for the @basou/cli command. `npm install -g basou` exposes the same `basou` binary as `npm install -g @basou/cli`.",

packages/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@basou/cli",
3-
"version": "0.30.0",
3+
"version": "0.31.0",
44
"type": "module",
55
"license": "Apache-2.0",
66
"description": "basou command-line tool",

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@basou/core",
3-
"version": "0.30.0",
3+
"version": "0.31.0",
44
"type": "module",
55
"license": "Apache-2.0",
66
"description": "Core primitives for Basou: sessions, events, approvals, git capability",

packages/sdk/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@basou/sdk",
3-
"version": "0.30.0",
3+
"version": "0.31.0",
44
"type": "module",
55
"license": "Apache-2.0",
66
"description": "Read-only SDK for Basou: a stable, ergonomic API to read a workspace's provenance (sessions, events, tasks, approvals, stats).",

0 commit comments

Comments
 (0)