diff --git a/CHANGELOG.md b/CHANGELOG.md index ac36563..43db984 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/ra_aid/__version__.py b/ra_aid/__version__.py index 925811a..57aeb0b 100644 --- a/ra_aid/__version__.py +++ b/ra_aid/__version__.py @@ -1,3 +1,3 @@ """Version information.""" -__version__ = "0.14.7" +__version__ = "0.14.8"