Skip to content

Commit 7aff45c

Browse files
drknowhowclaude
andcommitted
chore(release): 2.32.2 docs release (README Oracle Discovery API)
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent 8008855 commit 7aff45c

3 files changed

Lines changed: 14 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [2.32.2] - 2026-06-09
10+
11+
Docs release — no functional changes.
12+
13+
### Changed
14+
15+
- README now documents the **Oracle Discovery API** (v2.32.0): the MCP + OpenAPI
16+
transports, the `c3 oracle api` token workflow, the read/safe-action + Bearer +
17+
loopback security model, and dashboard token management. Since PyPI renders the
18+
README as the project description, this surfaces the Oracle work (shipped in the
19+
2.32.x line) on the PyPI and GitHub project pages.
20+
921
## [2.32.1] - 2026-06-09
1022

1123
UI follow-up to the Discovery API: manage the Bearer token from the Oracle dashboard.

cli/c3.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@
8585
# Config
8686
CONFIG_DIR = ".c3"
8787
CONFIG_FILE = ".c3/config.json"
88-
__version__ = "2.32.1"
88+
__version__ = "2.32.2"
8989

9090

9191
def _command_deps() -> CommandDeps:

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 = "code-context-control"
7-
version = "2.32.1"
7+
version = "2.32.2"
88
description = "Local code-intelligence layer for AI coding tools (Claude Code, Codex, Gemini, Copilot). Retrieve less, read less, edit safer."
99
readme = "README.md"
1010
requires-python = ">=3.10"

0 commit comments

Comments
 (0)