Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,24 @@ 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.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).


## [0.3.0] - 2026-03-23

### Added

- add Obsidian vault search support (--obsidian flag) (#20)
- add date range filtering support (--since, --until, --date) (#15)
- auto-generate CHANGELOG.md during cut-release (#17)
- automate cargo publish + homebrew tap update on release (#16)

### Changed

- bump version to 0.2.0 (#18)
- add automated release cutting workflow (#13)
- switch cut-release to PR-based flow (#19)
- use RELEASE_TOKEN for cut-release workflow
- simplify Quick Start with paste-able prompt (#12)

## [0.1.1] - 2026-02-11

### Added
Expand Down Expand Up @@ -40,3 +58,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

[0.1.1]: https://github.com/sinzin91/search-sessions/releases/tag/v0.1.1
[0.1.0]: https://github.com/sinzin91/search-sessions/releases/tag/v0.1.0
[0.3.0]: https://github.com/sinzin91/search-sessions/compare/v0.1.1...v0.3.0
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "search-sessions"
version = "0.2.0"
version = "0.3.0"
edition = "2024"
description = "Fast CLI to search across Claude Code and OpenClaw session history"
license = "MIT"
Expand Down
Loading