Changelog & Version History
Complete version history and release notes for the Screeps GPT project.
Overview
This section contains the complete changelog documenting all releases, features, bug fixes, and improvements to the autonomous Screeps AI bot and its supporting infrastructure.
Available Documentation
Release History
- Version History - Comprehensive changelog with all releases, organized by version number and release date
Version Information
The project follows Semantic Versioning (SemVer):
- MAJOR version for incompatible API changes
- MINOR version for backwards-compatible functionality additions
- PATCH version for backwards-compatible bug fixes
Release Notes
Each release includes:
- New Features - New capabilities and enhancements
- Bug Fixes - Resolved issues and corrections
- Performance Improvements - Optimizations and efficiency gains
- Infrastructure Changes - CI/CD, tooling, and automation updates
- Breaking Changes - Changes requiring migration or adaptation
Automated Versioning
The project uses automated version management:
- Conventional Commits for semantic version determination
- Automated changelog generation from git history
- GitHub Actions workflow for version bumping and tagging
- Automatic release creation on version tags
Related Documentation
- Semantic Versioning Guide - Version management and changelog automation
- Release Blog Posts - Detailed blog posts for major releases
- Automation Overview - CI/CD pipeline and release workflows