# 329 Version 46f02c9a

> Version Information

- Skill: `tools-only/329-version-46f02c9a` (Agent Skill, multi-file: 3 files)
- Install (CLI): `npx skillmds@latest add tools-only/329-version-46f02c9a`
- Raw SKILL.md: https://api.skillmd.com/api/skills/tools-only/329-version-46f02c9a/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Productivity
- Author: tools-only (https://skillmd.com/u/tools-only)
- Updated: 2026-09-22
- Page: https://skillmd.com/skills/tools-only/329-version-46f02c9a

---

# Version Information

**Current Version:** 8.2.0

**Last Updated:** 2026-02-05

**Build:** readme-5-gate-workflow

## Version History

See [CHANGELOG.md](CHANGELOG.md) for detailed release notes.

## Semantic Versioning

This project follows [Semantic Versioning 2.0.0](https://semver.org/):

- **MAJOR** version for incompatible API changes (breaking changes)
- **MINOR** version for new functionality (feat:)
- **PATCH** version for bug fixes (fix:)

## Automated Versioning

Version bumps are automated via GitHub Actions based on [Conventional Commits](https://www.conventionalcommits.org/):

| Commit Type                    | Version Bump | Example                    |
| ------------------------------ | ------------ | -------------------------- |
| `feat:`                        | Minor        | `feat: add new agent`      |
| `fix:`                         | Patch        | `fix: correct typo`        |
| `feat!:` or `BREAKING CHANGE:` | Major        | `feat!: redesign workflow` |
| `docs:`, `chore:`, etc.        | None         | `docs: update README`      |

