# 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.3](https://github.com/chesedo/despatma/compare/despatma-visitor-v0.3.2...despatma-visitor-v0.3.3) - 2024-09-18 ### Other - normalize all line endings ([#21](https://github.com/chesedo/despatma/pull/21)) - Update dev env to Rust 1.81.0 ([#22](https://github.com/chesedo/despatma/pull/22)) ## [0.3.1](https://github.com/chesedo/despatma/compare/despatma-visitor-v0.3.0...despatma-visitor-v0.3.1) - 2024-08-16 ### Other - *(vi)* make the `Visitable*` traits public ([#15](https://github.com/chesedo/despatma/pull/15)) ## [0.3.0](https://github.com/chesedo/despatma/compare/despatma-visitor-v0.2.0...despatma-visitor-v0.3.0) - 2024-08-15 ### Added - [**breaking**] visitor_mut ([#13](https://github.com/chesedo/despatma/pull/13))