Skip to content

feat: Add specialized version management system#12

Merged
Wesley1600 merged 1 commit intoclaude/umap-analogy-engine-v1-011CV5RMt18TqTU8du81wkYgfrom
claude/version-management-changelog-012Fdwp6GtUpaaVwdDjpZqvc
Nov 18, 2025
Merged

feat: Add specialized version management system#12
Wesley1600 merged 1 commit intoclaude/umap-analogy-engine-v1-011CV5RMt18TqTU8du81wkYgfrom
claude/version-management-changelog-012Fdwp6GtUpaaVwdDjpZqvc

Conversation

@Wesley1600
Copy link
Copy Markdown
Owner

Implemented a comprehensive version management skill that:

  • Records changes to templates, skills, and code
  • Maintains CHANGELOG.md following Keep a Changelog format
  • Integrates with Git for commits and tagging releases
  • Supports semantic versioning (MAJOR.MINOR.PATCH)

Changes:

  • Added version metadata (version, author, date, status) to umap_analogy_engine.py
  • Created CHANGELOG.md with full v1.0.0 release history
  • Implemented version_manager.py utility with CLI interface
  • Created .version_config.json for version management settings
  • Updated README.md with version management documentation

Features:

  • Current version display
  • Version bumping (major/minor/patch)
  • Change tracking with categorization (Added, Changed, Fixed, etc.)
  • Automatic changelog updates
  • Git tag creation
  • Multi-file version synchronization
  • Configurable auto-commit and auto-tag

Usage:
python version_manager.py status python version_manager.py add-change "description" -c Category python version_manager.py bump [major|minor|patch] python version_manager.py tag

Implemented a comprehensive version management skill that:
- Records changes to templates, skills, and code
- Maintains CHANGELOG.md following Keep a Changelog format
- Integrates with Git for commits and tagging releases
- Supports semantic versioning (MAJOR.MINOR.PATCH)

Changes:
- Added version metadata (__version__, __author__, __date__, __status__) to umap_analogy_engine.py
- Created CHANGELOG.md with full v1.0.0 release history
- Implemented version_manager.py utility with CLI interface
- Created .version_config.json for version management settings
- Updated README.md with version management documentation

Features:
- Current version display
- Version bumping (major/minor/patch)
- Change tracking with categorization (Added, Changed, Fixed, etc.)
- Automatic changelog updates
- Git tag creation
- Multi-file version synchronization
- Configurable auto-commit and auto-tag

Usage:
  python version_manager.py status
  python version_manager.py add-change "description" -c Category
  python version_manager.py bump [major|minor|patch]
  python version_manager.py tag
@Wesley1600 Wesley1600 merged commit c2dd9a0 into claude/umap-analogy-engine-v1-011CV5RMt18TqTU8du81wkYg Nov 18, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants