Skip to content

Commit 7507294

Browse files
committed
docs: use descriptive title for documentation updates instead of Unreleased
- Change 'Unreleased' to 'Documentation Updates - 2025-11-06' - More descriptive for non-code changes - Add note about comprehensive changelog update in the entry
1 parent 3b2a00a commit 7507294

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,19 +5,21 @@ All notable changes to promptext will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## [Unreleased]
8+
## Documentation Updates - 2025-11-06
99

1010
### Changed
1111
- **Documentation Overhaul**: Professional README redesign with centered header, clear navigation, and better organization
1212
- **Comparison Update**: Replaced tool comparison with manual workflow comparison for accuracy
1313
- **Progressive Examples**: Smart Context Building section now teaches simple → complex progressively
1414
- **Generic Terminology**: Removed specific model names, using "smaller/larger context windows" instead
1515
- **Configuration Enhancement**: Added `--init` flag documentation for easier config file generation
16+
- **Comprehensive Changelog**: Added complete version history from v0.1.0 to v0.5.1 with detailed release notes
1617

1718
### Added
1819
- Contributing section with development setup instructions
1920
- Professional footer with community engagement links
2021
- Improved Quick Start with numbered steps
22+
- Complete historical changelog following Keep a Changelog format
2123

2224
---
2325

docs-astro/src/content/docs/changelog.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,19 +10,21 @@ All notable changes to promptext are documented here.
1010
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
1111
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
1212

13-
## [Unreleased]
13+
## Documentation Updates - 2025-11-06
1414

1515
### Changed
1616
- **Documentation Overhaul**: Professional README redesign with centered header, clear navigation, and better organization
1717
- **Comparison Update**: Replaced tool comparison with manual workflow comparison for accuracy
1818
- **Progressive Examples**: Smart Context Building section now teaches simple → complex progressively
1919
- **Generic Terminology**: Removed specific model names, using "smaller/larger context windows" instead
2020
- **Configuration Enhancement**: Added `--init` flag documentation for easier config file generation
21+
- **Comprehensive Changelog**: Added complete version history from v0.1.0 to v0.5.1 with detailed release notes
2122

2223
### Added
2324
- Contributing section with development setup instructions
2425
- Professional footer with community engagement links
2526
- Improved Quick Start with numbered steps
27+
- Complete historical changelog following Keep a Changelog format
2628

2729
---
2830

0 commit comments

Comments
 (0)