Changelog
All notable changes to CyberOrigen are documented here.
Versioning
CyberOrigen follows Semantic Versioning:
- MAJOR version for incompatible API changes
- MINOR version for backwards-compatible functionality additions
- PATCH version for backwards-compatible bug fixes
Release Process
Releases are automated using Release Please:
- Commits following Conventional Commits trigger changelog updates
- Release PRs are automatically created and maintained
- Merging a release PR creates a GitHub release with notes
Commit Types
| Type | Description | Version Bump |
|---|---|---|
feat: | New feature | Minor |
fix: | Bug fix | Patch |
docs: | Documentation only | None |
style: | Code style changes | None |
refactor: | Code refactoring | None |
perf: | Performance improvement | Patch |
test: | Adding tests | None |
chore: | Maintenance tasks | None |
BREAKING CHANGE: | Breaking change | Major |
Recent Releases
Release notes are published with each new version.