From ba9978371e943726e2fb9c2bc9734b016a012a72 Mon Sep 17 00:00:00 2001 From: Ramesh Padmanabhaiah <22363102+codeforester@users.noreply.github.com> Date: Wed, 5 Aug 2026 16:53:47 -0700 Subject: [PATCH] docs: classify base-cli as beta --- CHANGELOG.md | 5 +++++ pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fa80851..4a37df8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -97,6 +97,11 @@ the API stability policy and migration guide before upgrading from `0.3.x`. ## [Unreleased] +### Changed + +- Reclassify the project as Beta in package metadata to reflect its documented + API stability policy, compatibility suite, and production-adoption guidance. + ### Planned - Continue compatibility hardening and adoption work for the next release. diff --git a/pyproject.toml b/pyproject.toml index b94029b..82efb87 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,7 @@ authors = [ { name = "Base Foundry" }, ] classifiers = [ - "Development Status :: 3 - Alpha", + "Development Status :: 4 - Beta", "Intended Audience :: Developers", "License :: OSI Approved :: Apache Software License", "Operating System :: MacOS",