From cc7228158b8cb978bdbea72bb8a106e488a453cd Mon Sep 17 00:00:00 2001 From: AnExiledDev Date: Mon, 2 Mar 2026 05:06:27 +0000 Subject: [PATCH] Bump version to v2.0.1 for release --- .devcontainer/CHANGELOG.md | 19 ++++++++++++++++++- package.json | 2 +- 2 files changed, 19 insertions(+), 2 deletions(-) diff --git a/.devcontainer/CHANGELOG.md b/.devcontainer/CHANGELOG.md index fba2dec..f2ea667 100644 --- a/.devcontainer/CHANGELOG.md +++ b/.devcontainer/CHANGELOG.md @@ -1,6 +1,23 @@ # CodeForge Devcontainer Changelog -## v2.0.0 — 2026-02-26 +## [v2.0.1] — 2026-03-02 + +### Added +#### Official Plugins +- **Expanded Anthropic official plugins** — added `code-review`, `feature-dev`, and `pr-review-toolkit` from `anthropics/claude-code` +- **Migrated plugin identifiers** — switched from `@claude-plugins-official` to `@anthropics/claude-code` format + +### Changed +#### Protected Files Guard +- **Allowed `.env.example` edits** — `.env.example` is no longer blocked by the `.env.*` pattern; actual secret files (`.env.local`, `.env.production`, etc.) remain protected + +### Fixed +- Plugin count updated 14→17 across all docs pages and README +- Agent/skill counts corrected in README (17→21 agents, 35→38 skills) +- Protected-files-guard README error handling table: "fails open" → "fails closed" +- Merged stale `[Unreleased]` changelog entries into v2.0.0; updated test counts (241→289) + +## [v2.0.0] — 2026-02-26 ### .codeforge/ Configuration System - New `.codeforge/` directory centralizes all user-customizable configuration files diff --git a/package.json b/package.json index e6b4702..302a32d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "codeforge-dev", - "version": "2.0.0", + "version": "2.0.1", "description": "Complete development container that sets up Claude Code with modular devcontainer features, modern dev tools, and persistent configurations. Drop it into any project and get a production-ready AI development environment in minutes.", "main": "setup.js", "bin": {