diff --git a/libraries/derive-helpers/CHANGELOG.md b/libraries/derive-helpers/CHANGELOG.md index e69de29b..4034718b 100644 --- a/libraries/derive-helpers/CHANGELOG.md +++ b/libraries/derive-helpers/CHANGELOG.md @@ -0,0 +1,36 @@ + + +## v0.1.0 (2024-06-28) + +### Documentation + + - Improve documentation for derive-helpers + +### New Features + + - prep for release + - drop proc_macro2 as an internal dep + - new proc_macro derive-helpers module + +### Commit Statistics + + + + - 5 commits contributed to the release over the course of 36 calendar days. + - 4 commits were understood as [conventional](https://www.conventionalcommits.org). + - 0 issues like '(#ID)' were seen in commit messages + +### Commit Details + + + +
view details + + * **Uncategorized** + - Prep for release ([`c9669eb`](https://github.com/spmadden/irox/commit/c9669eb56d70101b1e85d76d7895ac37f795edfa)) + - Release irox-tools v0.8.2 ([`e85d66a`](https://github.com/spmadden/irox/commit/e85d66a55434a6ece62506d1aefbdf7f02ab0c35)) + - Drop proc_macro2 as an internal dep ([`036bba9`](https://github.com/spmadden/irox/commit/036bba99979a49bf015c8355533b8a69ca09511f)) + - Improve documentation for derive-helpers ([`c62d0f8`](https://github.com/spmadden/irox/commit/c62d0f866e276ef85a98b19b21c24977221ffc29)) + - New proc_macro derive-helpers module ([`2099764`](https://github.com/spmadden/irox/commit/2099764e9e5811d11ce4280558ec280fb9a9dbcc)) +
+ diff --git a/libraries/enums_derive/Cargo.toml b/libraries/enums_derive/Cargo.toml index 1b5da2d1..d3db5b1c 100644 --- a/libraries/enums_derive/Cargo.toml +++ b/libraries/enums_derive/Cargo.toml @@ -20,4 +20,4 @@ proc-macro = true [dependencies] syn.workspace = true -irox-derive-helpers = {workspace = true} \ No newline at end of file +irox-derive-helpers = {workspace = true}