version bump
This commit is contained in:
parent
3f2a706ff6
commit
0199f450ee
|
|
@ -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/),
|
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).
|
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
|
## [0.14.7] - 2025-02-25
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,3 @@
|
||||||
"""Version information."""
|
"""Version information."""
|
||||||
|
|
||||||
__version__ = "0.14.7"
|
__version__ = "0.14.8"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue