Skip to content

Commit

Permalink
Release irox-derive-helpers v0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
spmadden committed Jun 28, 2024
1 parent 5c4b789 commit c4a78dc
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 1 deletion.
36 changes: 36 additions & 0 deletions libraries/derive-helpers/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@


## v0.1.0 (2024-06-28)

### Documentation

- <csr-id-c62d0f866e276ef85a98b19b21c24977221ffc29/> Improve documentation for derive-helpers

### New Features

- <csr-id-c9669eb56d70101b1e85d76d7895ac37f795edfa/> prep for release
- <csr-id-036bba99979a49bf015c8355533b8a69ca09511f/> drop proc_macro2 as an internal dep
- <csr-id-2099764e9e5811d11ce4280558ec280fb9a9dbcc/> new proc_macro derive-helpers module

### Commit Statistics

<csr-read-only-do-not-edit/>

- 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

<csr-read-only-do-not-edit/>

<details><summary>view details</summary>

* **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))
</details>

2 changes: 1 addition & 1 deletion libraries/enums_derive/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ proc-macro = true

[dependencies]
syn.workspace = true
irox-derive-helpers = {workspace = true}
irox-derive-helpers = {workspace = true}

0 comments on commit c4a78dc

Please sign in to comment.