# 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.2.6](https://github.com/joshka/focusable/compare/focusable-derive-v0.2.5...focusable-derive-v0.2.6) - 2024-09-02 ### Other - *(deps)* bump the cargo-dependencies group across 1 directory with 3 updates ([#17](https://github.com/joshka/focusable/pull/17)) - *(deps)* bump syn in the cargo-dependencies group ([#14](https://github.com/joshka/focusable/pull/14)) ## [0.2.5](https://github.com/joshka/focusable/compare/focusable-derive-v0.2.4...focusable-derive-v0.2.5) - 2024-08-12 ### Other - *(deps)* bump the cargo-dependencies group with 2 updates ([#12](https://github.com/joshka/focusable/pull/12)) ## [0.2.4](https://github.com/joshka/focusable/compare/focusable-derive-v0.2.3...focusable-derive-v0.2.4) - 2024-07-22 ### Other - *(deps)* bump syn in the cargo-dependencies group ([#10](https://github.com/joshka/focusable/pull/10)) ## [0.2.3](https://github.com/joshka/focusable/compare/focusable-derive-v0.2.2...focusable-derive-v0.2.3) - 2024-07-15 ### Other - *(deps)* bump syn in the cargo-dependencies group ([#8](https://github.com/joshka/focusable/pull/8)) ## [0.2.2](https://github.com/joshka/focusable/compare/focusable-derive-v0.2.1...focusable-derive-v0.2.2) - 2024-07-08 ### Other - *(deps)* bump syn in the cargo-dependencies group ([#6](https://github.com/joshka/focusable/pull/6)) ## [0.2.1](https://github.com/joshka/focusable/compare/focusable-derive-v0.2.0...focusable-derive-v0.2.1) - 2024-07-02 ### Other - readme badges ## [0.2.0](https://github.com/joshka/focusable/compare/focusable-derive-v0.1.1...focusable-derive-v0.2.0) - 2024-07-02 ### Added - implement FocusContainer and add ratatui example ### Other - add crate level docs and initial integration test ([#2](https://github.com/joshka/focusable/pull/2)) - simplify focusable trait