Skip to content

Commit 2b50d05

Browse files
committed
chore: update version to 0.6.0 and adjust changelog for release
1 parent 21bfb37 commit 2b50d05

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.6.0] - 2026-07-08
11+
1012
### Added
1113

1214
- **Raw WPM**: Gross WPM (no error penalty) shown live and in results, and persisted in history
@@ -30,7 +32,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3032
- Escaping from the stats/results views now runs the same cleanup as returning to the menu
3133
- Cancelled games can no longer be finished and saved to history
3234

33-
## [0.5.0] - 2026-02-xx
35+
## [0.5.0] - 2026-02-25
3436

3537
### Added
3638

termtypr/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""TermTypr - A Python CLI application for practicing and improving typing speed."""
22

3-
__version__ = "0.5.0"
3+
__version__ = "0.6.0"

0 commit comments

Comments
 (0)