Skip to content

Commit 17d10ef

Browse files
mwebbersclaude
andcommitted
Added v1.0.0 — first stable release
Public surface considered stable. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
1 parent c146ea2 commit 17d10ef

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,11 @@ adheres to semantic versioning.
88

99
## [Unreleased]
1010

11+
## [1.0.0] - 2026-06-06
12+
13+
First stable release — the public surface is considered stable; this is the v1.0
14+
milestone for the Claude routine family.
15+
1116
### Added
1217
- Self-contained trunk-on-main `CONTRIBUTING.md`, `LICENSE` (MIT) + `license`
1318
field, `.github/workflows/release.yml` (tag -> GitHub Release) and

pyproject.toml

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

55
[project]
66
name = "claude-code-commons"
7-
version = "0.3.0"
7+
version = "1.0.0"
88
description = "Vendor-agnostic, standard-library-only helpers (env lookup, tolerant parsing, currency symbols, remote-path builder, run log) shared by Claude routine repos"
99
license = { text = "MIT" }
1010
# Standard library only — a broad floor so it installs in any routine runtime,

0 commit comments

Comments
 (0)