rtb-credentials 0.6.3

OS keychain credential storage. Part of the phpboyscout Rust toolkit.
Documentation
# 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.6.3]https://gitlab.com/phpboyscout/rust/credentials/compare/rtb-credentials-v0.6.2...rtb-credentials-v0.6.3 - 2026-07-29

### Other

- *(branding)* add the branding page and asset set
- *(deps)* update dependency phpboyscout/cicd to v0.33.0
- *(deps)* update dependency phpboyscout/cicd to v0.32.0
- *(deps)* update dependency phpboyscout/cicd to v0.30.0

## [0.6.2]https://gitlab.com/phpboyscout/rust/credentials/compare/rtb-credentials-v0.6.1...rtb-credentials-v0.6.2 - 2026-07-24

### Other

- *(deps)* update dependency phpboyscout/cicd to v0.29.0
- *(renovate)* adopt composable preset leaves (:rust :library)

## [0.6.1]https://gitlab.com/phpboyscout/rust/credentials/compare/rtb-credentials-v0.6.0...rtb-credentials-v0.6.1 - 2026-07-23

### Added

- extract rtb-credentials from the rust-tool-base monorepo

### Other

- gate coverage at the measured standalone floor
- normalise crate metadata wording

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