# 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.5.1](https://gitlab.com/phpboyscout/rust-tool-base/releases/tag/v0.5.1) - 2026-05-27
### Added
- *(cli)* rtb-cli ops subtree v0.1 — credentials / telemetry / config / --output (slice 2 of v0.4)
- *(mcp)* rtb-mcp v0.1 — register Commands as MCP tools
- *(app,credentials)* v0.3 slice-1A foundation ([#29](https://gitlab.com/phpboyscout/rust-tool-base/pulls/29))
- *(credentials)* implement v0.1 — CredentialStore trait + Resolver precedence
### Fixed
- *(ci)* second-round fixes — rustfmt, nextest for coverage, advisory waivers
- *(ci)* unblock GitHub CI — dbus headers, cucumber CLI, deny waivers
- *(cli)* dedup BUILTIN_COMMANDS, return Ok for --help/--version, rewrite example
### Other
- [**breaking**] 0.1.1 — rename rtb-core → rtb-app + SecretString clone fix ([#3](https://gitlab.com/phpboyscout/rust-tool-base/pulls/3))
- *(core+credentials+telemetry+config)* v0.1 polish from review
- *(credentials)* default Linux backend to pure-Rust keyutils
- *(workspace)* inherit common metadata and stabilise rustfmt config
- *(workspace)* bootstrap rust-tool-base framework