@@ -9,25 +9,9 @@ and the project follows [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
99
1010## [ Unreleased]
1111
12- ### Fixed
13- - Cursor no longer flickers / shifts the line horizontally at the end of a
14- word. The cursor is now steady and always reserves a fixed-width slot.
15-
16- ### Added
17- - ` ARCHITECTURE.md ` , ` ROADMAP.md ` , ` CONTRIBUTING.md ` , ` CHANGELOG.md ` .
18- - Module-level (` //! ` ) and item-level (` /// ` ) doc comments throughout the
19- codebase.
20- - GitHub issue & pull-request templates.
21- - Release workflow that builds binaries for Linux / macOS / Windows on every
22- ` v* ` tag.
23-
24- ### Changed
25- - README rewritten to be more approachable. Technical content moved into
26- dedicated docs.
27-
2812---
2913
30- ## [ 0.1.0 ] — initial release
14+ ## [ 0.1.1 ] — initial release
3115
3216### Added
3317- Cross-platform TUI built with ` ratatui ` + ` crossterm ` .
@@ -41,6 +25,21 @@ and the project follows [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
4125- Floating ` ? ` help overlay.
4226- Unit tests for the matcher.
4327- GitHub Actions CI: build + test + clippy on Linux, macOS, Windows.
28+ - ` ARCHITECTURE.md ` , ` ROADMAP.md ` , ` CONTRIBUTING.md ` , ` CHANGELOG.md ` .
29+ - Module-level (` //! ` ) and item-level (` /// ` ) doc comments throughout the
30+ codebase.
31+ - GitHub issue & pull-request templates.
32+ - Release workflow that builds binaries for Linux / macOS / Windows on every
33+ ` v* ` tag.
34+
35+ ### Fixed
36+ - Cursor no longer flickers / shifts the line horizontally at the end of a
37+ word. The cursor is now steady and always reserves a fixed-width slot.
38+
39+ ### Changed
40+ - README rewritten to be more approachable. Technical content moved into
41+ dedicated docs.
42+ - Demo GIF uses absolute GitHub raw URL for correct display on crates.io.
4443
45- [ Unreleased ] : https://github.com/withrvr/typerush/compare/v0.1.0 ...HEAD
46- [ 0.1.0 ] : https://github.com/withrvr/typerush/releases/tag/v0.1.0
44+ [ Unreleased ] : https://github.com/withrvr/typerush/compare/v0.1.1 ...HEAD
45+ [ 0.1.1 ] : https://github.com/withrvr/typerush/releases/tag/v0.1.1
0 commit comments