org-cli 0.0.3

Command-line tool for searching, reading, and managing org-mode knowledge bases with fuzzy text search and structured content access
# Changelog

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.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [0.0.3]https://github.com/szaffarano/org-mcp-server/compare/org-cli-v0.0.2...org-cli-v0.0.3

### ✨ Features


- *(mcp)* Add tags parameter to list files tool ([#79]https://github.com/szaffarano/org-mcp-server/pull/79) - ([1b02b24]https://github.com/szaffarano/org-mcp-server/commit/1b02b243cd9d3f478cd46b682183e098b408c93f)

### 🚜 Refactor


- *(config)* [**breaking**] Improve configuration architecture ([#78]https://github.com/szaffarano/org-mcp-server/pull/78) - ([4053d2e]https://github.com/szaffarano/org-mcp-server/commit/4053d2e8655125ec712438d021c89c768dd0962b)


## [0.0.2]https://github.com/szaffarano/org-mcp-server/compare/org-cli-v0.0.1...org-cli-v0.0.2 - 2025-10-12

### Added

- add tag filtering support for search and list operations ([#71]https://github.com/szaffarano/org-mcp-server/pull/71)

### Other

- convert README from org-mode to markdown ([#72]https://github.com/szaffarano/org-mcp-server/pull/72)
- prepare crate metadata for crates.io publishing ([#67]https://github.com/szaffarano/org-mcp-server/pull/67)

## [0.0.1]https://github.com/szaffarano/org-mcp-server/releases/tag/org-cli-v0.0.1 - 2025-10-06

### Added

- add TOML-based configuration system ([#45]https://github.com/szaffarano/org-mcp-server/pull/45)
- Implement search tool ([#30]https://github.com/szaffarano/org-mcp-server/pull/30)
- *(mcp-server)* Rename binary ([#24]https://github.com/szaffarano/org-mcp-server/pull/24)
- *(mcp-server)* Update resource uri ([#23]https://github.com/szaffarano/org-mcp-server/pull/23)
- *(test)* Improve code coverage ([#20]https://github.com/szaffarano/org-mcp-server/pull/20)
- Add coverage ([#11]https://github.com/szaffarano/org-mcp-server/pull/11)
- *(mcp-server)* Add root flag ([#7]https://github.com/szaffarano/org-mcp-server/pull/7)

### Fixed

- *(deps)* update rust crate rmcp to 0.8.0 ([#42]https://github.com/szaffarano/org-mcp-server/pull/42)

### Other

- Prepare initial release ([#65]https://github.com/szaffarano/org-mcp-server/pull/65)
- release v0.0.1 ([#63]https://github.com/szaffarano/org-mcp-server/pull/63)
- rename mcp-server crate to org-mcp-server ([#64]https://github.com/szaffarano/org-mcp-server/pull/64)
- prepare for initial 0.0.1 release ([#62]https://github.com/szaffarano/org-mcp-server/pull/62)
- use env!('CARGO_PKG_VERSION') in version test ([#61]https://github.com/szaffarano/org-mcp-server/pull/61)
- release v0.2.0 ([#60]https://github.com/szaffarano/org-mcp-server/pull/60)
- *(docs)* Update readme ([#33]https://github.com/szaffarano/org-mcp-server/pull/33)
- Initial commit