Skip to content

Commit

Permalink
Release rearch-macros v0.4.0, rearch v0.4.0, rearch-tokio v0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
GregoryConrad committed Nov 29, 2023
1 parent 918a68f commit f1f5fe8
Show file tree
Hide file tree
Showing 3 changed files with 299 additions and 0 deletions.
69 changes: 69 additions & 0 deletions rearch-macros/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,69 @@


## v0.4.0 (2023-11-29)

### Chore

- <csr-id-918a68fc8436e2a708bcde9e80b6e2eb5df8d4be/> touch new changelogs
- <csr-id-b606de4f60542de4c1ed7ad22cbf19ff1e10905a/> version bumps in prep for smart-release
- <csr-id-970cd0bd5c82784b26dde1b169c3205593be76a1/> version separation and bump

### Documentation

- <csr-id-669e9bec352d5ebcec33c82c80d33ef08ffec7ac/> update terminology for release

### New Features

- <csr-id-d7d191d16b6aeae73ab8bcd7ca98b779f163927d/> capsule macro
- <csr-id-f94f1203e03389848dff04677a6e666a65a4fc86/> update some old side effects
- <csr-id-51ab97ce3699cc5c68b3739625f01a844d5ebac8/> functional side effects!
- <csr-id-870c2503f7cc7752dac4675af9116e028aa79eb3/> basic fn capsule implementation

### Refactor

- <csr-id-bd902097056a3970ce0c8314ead48ad7627d97e7/> give capsules' build an &self
- <csr-id-b3186e4208c4a03abd6c11ca17b38a1d3029fb62/> prep for new features
- <csr-id-9cb2d62cdcf5c6331bb9947081c02f3f7943a0f8/> lifetime improvements and crate restructuring

### Style

- <csr-id-dde160ee14fc78c4a9b47b8ef38ff5bf7c272203/> update to use Rust 1.74 workspace lints

### New Features (BREAKING)

- <csr-id-5fbc2b57ff9bb4639fa6e4edbdb34dfb8a06cd04/> add the CapsuleHandle
- <csr-id-9ca0da52a7ef053bfca7ef85fb6cbf1d0216d521/> function capsules! 🎉
- <csr-id-673de4dd889ab4d695b0d1db61e429326ae13db7/> idk anymore 😵‍💫😵‍💫

### Commit Statistics

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

- 15 commits contributed to the release over the course of 155 calendar days.
- 15 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**
- Touch new changelogs ([`918a68f`](https://github.com/GregoryConrad/rearch-rs/commit/918a68fc8436e2a708bcde9e80b6e2eb5df8d4be))
- Version bumps in prep for smart-release ([`b606de4`](https://github.com/GregoryConrad/rearch-rs/commit/b606de4f60542de4c1ed7ad22cbf19ff1e10905a))
- Version separation and bump ([`970cd0b`](https://github.com/GregoryConrad/rearch-rs/commit/970cd0bd5c82784b26dde1b169c3205593be76a1))
- Update to use Rust 1.74 workspace lints ([`dde160e`](https://github.com/GregoryConrad/rearch-rs/commit/dde160ee14fc78c4a9b47b8ef38ff5bf7c272203))
- Update terminology for release ([`669e9be`](https://github.com/GregoryConrad/rearch-rs/commit/669e9bec352d5ebcec33c82c80d33ef08ffec7ac))
- Add the CapsuleHandle ([`5fbc2b5`](https://github.com/GregoryConrad/rearch-rs/commit/5fbc2b57ff9bb4639fa6e4edbdb34dfb8a06cd04))
- Capsule macro ([`d7d191d`](https://github.com/GregoryConrad/rearch-rs/commit/d7d191d16b6aeae73ab8bcd7ca98b779f163927d))
- Update some old side effects ([`f94f120`](https://github.com/GregoryConrad/rearch-rs/commit/f94f1203e03389848dff04677a6e666a65a4fc86))
- Functional side effects! ([`51ab97c`](https://github.com/GregoryConrad/rearch-rs/commit/51ab97ce3699cc5c68b3739625f01a844d5ebac8))
- Function capsules! 🎉 ([`9ca0da5`](https://github.com/GregoryConrad/rearch-rs/commit/9ca0da52a7ef053bfca7ef85fb6cbf1d0216d521))
- Basic fn capsule implementation ([`870c250`](https://github.com/GregoryConrad/rearch-rs/commit/870c2503f7cc7752dac4675af9116e028aa79eb3))
- Give capsules' build an &self ([`bd90209`](https://github.com/GregoryConrad/rearch-rs/commit/bd902097056a3970ce0c8314ead48ad7627d97e7))
- Prep for new features ([`b3186e4`](https://github.com/GregoryConrad/rearch-rs/commit/b3186e4208c4a03abd6c11ca17b38a1d3029fb62))
- Idk anymore 😵‍💫😵‍💫 ([`673de4d`](https://github.com/GregoryConrad/rearch-rs/commit/673de4dd889ab4d695b0d1db61e429326ae13db7))
- Lifetime improvements and crate restructuring ([`9cb2d62`](https://github.com/GregoryConrad/rearch-rs/commit/9cb2d62cdcf5c6331bb9947081c02f3f7943a0f8))
</details>

42 changes: 42 additions & 0 deletions rearch-tokio/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@


## v0.4.0 (2023-11-29)

### Chore

- <csr-id-918a68fc8436e2a708bcde9e80b6e2eb5df8d4be/> touch new changelogs
- <csr-id-b606de4f60542de4c1ed7ad22cbf19ff1e10905a/> version bumps in prep for smart-release
- <csr-id-970cd0bd5c82784b26dde1b169c3205593be76a1/> version separation and bump

### Style

- <csr-id-27beffee9fb910ce4f653f018d43e95e4973b1a7/> fix some clippy suggestions
- <csr-id-dde160ee14fc78c4a9b47b8ef38ff5bf7c272203/> update to use Rust 1.74 workspace lints

### New Features (BREAKING)

- <csr-id-c4b36fb8d65d98fac0a986b182dc5fcf7a4ed5ff/> add CData, rearch-tokio

### Commit Statistics

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

- 6 commits contributed to the release over the course of 23 calendar days.
- 6 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**
- Touch new changelogs ([`918a68f`](https://github.com/GregoryConrad/rearch-rs/commit/918a68fc8436e2a708bcde9e80b6e2eb5df8d4be))
- Version bumps in prep for smart-release ([`b606de4`](https://github.com/GregoryConrad/rearch-rs/commit/b606de4f60542de4c1ed7ad22cbf19ff1e10905a))
- Fix some clippy suggestions ([`27beffe`](https://github.com/GregoryConrad/rearch-rs/commit/27beffee9fb910ce4f653f018d43e95e4973b1a7))
- Version separation and bump ([`970cd0b`](https://github.com/GregoryConrad/rearch-rs/commit/970cd0bd5c82784b26dde1b169c3205593be76a1))
- Update to use Rust 1.74 workspace lints ([`dde160e`](https://github.com/GregoryConrad/rearch-rs/commit/dde160ee14fc78c4a9b47b8ef38ff5bf7c272203))
- Add CData, rearch-tokio ([`c4b36fb`](https://github.com/GregoryConrad/rearch-rs/commit/c4b36fb8d65d98fac0a986b182dc5fcf7a4ed5ff))
</details>

Loading

0 comments on commit f1f5fe8

Please sign in to comment.