# 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.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