Skip to content

Commit dc5dc22

Browse files
committed
fix: restore version to 0.2.0 and changelog after changelogen damage
1 parent d00864b commit dc5dc22

2 files changed

Lines changed: 2 additions & 23 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -4,28 +4,6 @@ All notable changes to this project will be documented in this file.
44

55
The format is based on [Keep a Changelog](https://keepachangelog.com/).
66

7-
## v0.2.1
8-
9-
10-
### 🚀 Enhancements
11-
12-
- Add TUI for browsing AI chat sessions from multiple sources ([54128eb](https://github.com/AlexZeitler/session-md/commit/54128eb))
13-
- Add full-text content search with SQLite FTS5 index ([982b0e7](https://github.com/AlexZeitler/session-md/commit/982b0e7))
14-
- Add --reindex flag to rebuild search index from scratch ([5744841](https://github.com/AlexZeitler/session-md/commit/5744841))
15-
- Add update command, --version flag, and changelog ([33ec27e](https://github.com/AlexZeitler/session-md/commit/33ec27e))
16-
17-
### 💅 Refactors
18-
19-
- Use subcommand instead of flag for reindex ([5aa59c5](https://github.com/AlexZeitler/session-md/commit/5aa59c5))
20-
21-
### 📖 Documentation
22-
23-
- Add content search and --reindex to README ([a555eb5](https://github.com/AlexZeitler/session-md/commit/a555eb5))
24-
25-
### ❤️ Contributors
26-
27-
- Alexander Zeitler ([@AlexZeitler](https://github.com/AlexZeitler))
28-
297
## [0.2.0] - 2026-03-15
308

319
### Added
@@ -36,6 +14,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/).
3614
- `session-md reindex` to rebuild the search index from scratch
3715
- `session-md update` to install the latest release from GitHub
3816
- `session-md --version` to display the current version
17+
- Release script (`scripts/release.sh`)
3918

4019
## [0.1.0] - 2026-03-13
4120

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "session-md",
3-
"version": "0.2.1",
3+
"version": "0.2.0",
44
"type": "module",
55
"bin": {
66
"session-md": "./session-md"

0 commit comments

Comments
 (0)