Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 0 additions & 11 deletions .changeset/add-tag-bump-command.md

This file was deleted.

11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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 <component> <major|minor|patch|prerelease>` command
- Automatically finds the latest version tag and creates a bumped version
- Supports optional `--ref <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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
Loading