# 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.1](https://github.com/bengreenier/partially/compare/partially_derive-v0.2.0...partially_derive-v0.2.1) - 2024-01-20 ### Added - *(derive)* implements `Partial` for generated structs ([#15](https://github.com/bengreenier/partially/pull/15)) ## [0.2.0](https://github.com/bengreenier/partially/compare/partially_derive-v0.1.1...partially_derive-v0.2.0) - 2023-11-04 ### Added - Indicate if `apply_some` did apply anything ([#9](https://github.com/bengreenier/partially/pull/9)) ## [0.1.1](https://github.com/bengreenier/partially/compare/partially_derive-v0.1.0...partially_derive-v0.1.1) - 2023-10-31 ### Added - Add `attribute`, `skip_attributes` opts ([#5](https://github.com/bengreenier/partially/pull/5))