# 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-v0.2.0...partially-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-v0.1.1...partially-v0.2.0) - 2023-11-04 ### Added - *(no_std)* Support `no_std` targets ([#12](https://github.com/bengreenier/partially/pull/12)) - 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-v0.1.0...partially-v0.1.1) - 2023-10-31 ### Added - Add `attribute`, `skip_attributes` opts ([#5](https://github.com/bengreenier/partially/pull/5)) ### Other - release ([#1](https://github.com/bengreenier/partially/pull/1)) ## [0.1.0](https://github.com/bengreenier/partially/releases/tag/partially-v0.1.0) - 2023-09-17 ### Added - *(initial)* Add initial version ### Fixed - *(doc)* Update readme resolver for doc-string ### Other - *(meta)* Update package metadata - init