version bump

This commit is contained in:
AI Christianson 2025-02-25 17:14:29 -05:00
parent 3f2a706ff6
commit 0199f450ee
2 changed files with 9 additions and 1 deletions

View File

@ -5,6 +5,14 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [0.14.8] - 2025-02-25
### Changed
- Improved programmer.py tool prompts for better clarity on related files visibility
- Enhanced programmer tool to remind users to call emit_related_files on any new files created
- Updated README.md to use media queries for showing different logos based on color scheme preference
## [0.14.7] - 2025-02-25
### Added

View File

@ -1,3 +1,3 @@
"""Version information."""
__version__ = "0.14.7"
__version__ = "0.14.8"