From 6fdc3d46e19ddfff1159e0cb0d9f9d2fadd7b8de Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 11 Dec 2025 21:26:05 +0000 Subject: [PATCH] Version Packages --- .changeset/add-tag-bump-command.md | 11 ----------- CHANGELOG.md | 11 +++++++++++ package.json | 2 +- 3 files changed, 12 insertions(+), 12 deletions(-) delete mode 100644 .changeset/add-tag-bump-command.md diff --git a/.changeset/add-tag-bump-command.md b/.changeset/add-tag-bump-command.md deleted file mode 100644 index 1d79b9f..0000000 --- a/.changeset/add-tag-bump-command.md +++ /dev/null @@ -1,11 +0,0 @@ ---- -"@ensemble-edge/edgit": patch ---- - -Add `edgit tag bump` command for automated semantic version bumping - -- New `edgit tag bump ` command -- Automatically finds the latest version tag and creates a bumped version -- Supports optional `--ref ` to specify the Git ref for the new tag -- Handles edge cases: components with no existing tags start at v0.0.1 -- Full semver support including prerelease increments (v1.0.0-alpha.1 → v1.0.0-alpha.2) diff --git a/CHANGELOG.md b/CHANGELOG.md index e70f8d9..a51825b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # @ensemble-edge/edgit +## 0.5.1 + +### Patch Changes + +- e1d5905: Add `edgit tag bump` command for automated semantic version bumping + - New `edgit tag bump ` command + - Automatically finds the latest version tag and creates a bumped version + - Supports optional `--ref ` to specify the Git ref for the new tag + - Handles edge cases: components with no existing tags start at v0.0.1 + - Full semver support including prerelease increments (v1.0.0-alpha.1 → v1.0.0-alpha.2) + ## 0.5.0 ### Minor Changes diff --git a/package.json b/package.json index e03cc19..82a2350 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ensemble-edge/edgit", - "version": "0.5.0", + "version": "0.5.1", "type": "module", "description": "Git tag-based versioning for AI components and agents. Independent versioning for prompts, configs, queries, scripts, and agent definitions.", "main": "dist/lib/index.js",