# 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.1.5](https://github.com/benpueschel/build-it/compare/v0.1.4...v0.1.5) - 2024-09-06 ### Fixed - global build_it attribute parsing ## [0.1.4](https://github.com/benpueschel/build-it/compare/v0.1.3...v0.1.4) - 2024-09-06 ### Added - add `#[build_it(into)]` attribute - add new `#[build_it]` attribute ### Other - update README ## [0.1.1](https://github.com/benpueschel/build-it/compare/v0.1.0...v0.1.1) - 2024-08-25 ### Fixed - include all doc comments in bulider methods ### Other - release ## [0.1.0](https://github.com/benpueschel/build-it/releases/tag/v0.1.0) - 2024-08-25 ### Added - proc macro :) ### Fixed - change crate name ### Other - all the documentation - release-plz - add rust workflow - initial commit