# Changelog All notable changes to this project will be documented in this file. See [conventional commits](https://www.conventionalcommits.org/) for commit guidelines. --- ## [0.6.1](https://github.com/tyrchen/proto-builder-trait/compare/v0.6.0..v0.6.1) - 2024-05-04 ### Miscellaneous Chores - bump dep version - ([f6c7bc0](https://github.com/tyrchen/proto-builder-trait/commit/f6c7bc00b9129011ec2cea7d5e0270d50743b5b5)) - Tyr Chen ### Other - Update CHANGELOG.md - ([e381b98](https://github.com/tyrchen/proto-builder-trait/commit/e381b98049409c5dbee0278425286163318ce135)) - Tyr Chen --- ## [0.6.0](https://github.com/tyrchen/proto-builder-trait/compare/v0.5.1..v0.6.0) - 2023-12-18 ### Miscellaneous Chores - update dependencies - ([6d00c6f](https://github.com/tyrchen/proto-builder-trait/commit/6d00c6f238bc9990a98b3019d50ea57ba98aa96a)) - Tyr Chen ### Other - Update CHANGELOG.md - ([b271fee](https://github.com/tyrchen/proto-builder-trait/commit/b271feed6fc5a3db0b91d746654c60d372b3bc77)) - Tyr Chen --- ## [0.5.1](https://github.com/tyrchen/proto-builder-trait/compare/v0.5.0..v0.5.1) - 2023-01-11 ### Miscellaneous Chores - update deps and add Makefile/cliff.toml - ([54ced2b](https://github.com/tyrchen/proto-builder-trait/commit/54ced2b20f5f35725f026560c8f83e5feb3bc39e)) - Tyr Chen --- ## [0.5.0](https://github.com/tyrchen/proto-builder-trait/compare/v0.4.0..v0.5.0) - 2022-10-29 ### Other - support serde_with - ([d115fde](https://github.com/tyrchen/proto-builder-trait/commit/d115fde28cad6e9ad82889470d2737aa36327f28)) - Tyr Chen --- ## [0.4.0](https://github.com/tyrchen/proto-builder-trait/compare/v0.3.0..v0.4.0) - 2022-10-27 ### Other - make serde/derive_build functions more flexible - ([3eeb20d](https://github.com/tyrchen/proto-builder-trait/commit/3eeb20dad93d727dc33321cc599af5b7b47a12e0)) - Tyr Chen --- ## [0.3.0] - 2022-10-27 ### Bug Fixes - fix build issue - ([032bb7f](https://github.com/tyrchen/proto-builder-trait/commit/032bb7f76114f2d2fda40d3fe88a0ff1b0eff934)) - Tyr Chen ### Other - init the project - ([be9c933](https://github.com/tyrchen/proto-builder-trait/commit/be9c9335107fae51b34fc1c2f45fc91a7ec27f14)) - Tyr Chen - update github action - ([c6de739](https://github.com/tyrchen/proto-builder-trait/commit/c6de739da5a688a03e9a3cdf726783305835a8de)) - Tyr Chen - rename to `proto-builder-trait` - ([b0f8963](https://github.com/tyrchen/proto-builder-trait/commit/b0f8963440d3e0131d7546401a721c933627e885)) - Tyr Chen - add readme and prepare to open source - ([a350c08](https://github.com/tyrchen/proto-builder-trait/commit/a350c08f079b0cad47dcd5b705135117fc6f82e9)) - Tyr Chen - update readme and put tempfile to dev dependencies - ([d6e69cb](https://github.com/tyrchen/proto-builder-trait/commit/d6e69cbe24f87be5685d47bfb0e621c551622612)) - Tyr Chen - support setting common field attr and type attr - ([3de9609](https://github.com/tyrchen/proto-builder-trait/commit/3de960961998280fdb055d6fa1fa1e6d0e557816)) - Tyr Chen - remove unnecessary shortcut functions - ([16ce721](https://github.com/tyrchen/proto-builder-trait/commit/16ce7213ca9107cc6c769683e34192f5f39e1c15)) - Tyr Chen - update readme - ([c97d103](https://github.com/tyrchen/proto-builder-trait/commit/c97d1034c293d4f73dc9cefd4645df929fec2050)) - Tyr Chen