# 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.3.4](https://github.com/chesedo/despatma/compare/despatma-v0.3.3...despatma-v0.3.4) - 2024-09-24 ### Added - *(di)* nested impl traits ([#31](https://github.com/chesedo/despatma/pull/31)) ### Other - example for using dependency_container ([#27](https://github.com/chesedo/despatma/pull/27)) - dev experience ([#24](https://github.com/chesedo/despatma/pull/24)) ## [0.3.3](https://github.com/chesedo/despatma/compare/despatma-v0.3.2...despatma-v0.3.3) - 2024-09-18 ### Added - *(di)* Lifetimes support ([#20](https://github.com/chesedo/despatma/pull/20)) ## [0.3.0](https://github.com/chesedo/despatma/compare/despatma-v0.2.0...despatma-v0.3.0) - 2024-08-15 ### Added - [**breaking**] visitor_mut ([#13](https://github.com/chesedo/despatma/pull/13)) ### Other - split into crates ([#10](https://github.com/chesedo/despatma/pull/10)) ## [0.2.0](https://github.com/chesedo/despatma/compare/despatma-v0.1.1...despatma-v0.2.0) - 2024-08-14 ### Added - dependency_container ([#9](https://github.com/chesedo/despatma/pull/9)) ### Other - [**breaking**] change `Visitable` to use static dispatch instead ([#8](https://github.com/chesedo/despatma/pull/8)) - update all docs to compile successfully ([#6](https://github.com/chesedo/despatma/pull/6)) ## [0.1.1](https://github.com/chesedo/despatma/compare/despatma-v0.1.0...despatma-v0.1.1) - 2024-08-09 ### Other - workspace versioning ([#4](https://github.com/chesedo/despatma/pull/4)) - Update dependencies ([#2](https://github.com/chesedo/despatma/pull/2)) - update failing tests - force version downgrades