···11-# Changelog
22-33-All notable changes to this project will be documented in this file.
44-55-The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
66-77-## [0.1.8] - 2025-11-30
88-99-### Added
1010-1111-- New 'graduate' option to promote pre-release versions to stable releases
1212-- Comprehensive changelog in CHANGELOG.md tracking all prior releases
1313-1414-### Changed
1515-1616-- Simplified release workflow with streamlined version bumping logic
1717-- Update README to reference the new changelog file
1818-1919-## [0.1.8-alpha.0] - 2025-11-12
2020-2121-### Added
2222-2323-- Binary installation method for easier setup
2424-- Related tools section to documentation
2525-2626-### Changed
2727-2828-- Replace justfile with Taskfile.yaml for build automation
2929-- Streamline installation documentation
3030-- Update gopls settings for improved development experience
3131-3232-### Fixed
3333-3434-- Correct text wrapping to handle already-wrapped content properly
3535-- Remove unnecessary HTML escaping from commit messages
3636-3737-## [0.1.7] - 2025-11-05
3838-3939-### Changed
4040-4141-- Update command flags: use `-a` for add and `--amend` for amend operations
4242-- Refresh documentation to reflect new flag behavior across all guides
4343-4444-## [0.1.6] - 2025-11-03
4545-4646-### Changed
4747-4848-- Update attribution language in documentation to use "assisted-by" instead of "co-author"
4949-- Re-enable REUSE compliance badge in README documentation
5050-5151-## [0.1.5] - 2025-10-23
5252-5353-### Fixed
5454-5555-- Clarify upgrade application command for better user understanding
5656-5757-## [0.1.4] - 2025-10-23
5858-5959-### Changed
6060-6161-- Update upgrade documentation to mention rule updates
6262-6363-## [0.1.3] - 2025-10-23
6464-6565-### Added
6666-6767-- Self-upgrade command to automatically check for and install the latest version via CLI
6868-6969-## [0.1.2] - 2025-10-23
7070-7171-### Added
7272-7373-- Support for amending commits to easily update recent changes
7474-7575-### Changed
7676-7777-- Improve documentation clarity with better installation instructions
7878-- Update examples to include missing command-line flags
7979-- Add collaboration section with proper usage examples
8080-8181-## [0.1.1] - 2025-10-21
8282-8383-### Added
8484-8585-- Automatic git trailer validation following official git trailer specification
8686-- Commit subject validation ensuring conventional commit format with 50-character limit
8787-- Body sanitisation and automatic formatting for consistent commit messages
8888-- Direct pipelining to git commit for streamlined workflow
8989-9090-### Changed
9191-9292-- Improve CLI documentation with clearer examples and optional flag handling
9393-- Update error handling to immediately panic on required configuration failures