# 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).
## 0.2.0 (2023-06-06)
### Commit Statistics
- 3 commits contributed to the release over the course of 108 calendar days.
- 109 days passed between releases.
- 0 commits were understood as [conventional](https://www.conventionalcommits.org).
- 2 unique issues were worked on: [#8](https://github.com/Hpmason/retour-utils/issues/8), [#9](https://github.com/Hpmason/retour-utils/issues/9)
### Commit Details
view details
* **[#8](https://github.com/Hpmason/retour-utils/issues/8)**
- Make MODULE_NAME public ([`2475ff3`](https://github.com/Hpmason/retour-utils/commit/2475ff3dda1d75755e20d67c53e3f3c2f1dfaaf7))
* **[#9](https://github.com/Hpmason/retour-utils/issues/9)**
- Use fold instead of manually traversing module ([`ddd18a4`](https://github.com/Hpmason/retour-utils/commit/ddd18a4f61eb2e1d9f977d8a0844a3ac683f796a))
* **Uncategorized**
- Add changelogs from cargo-changelog ([`e53f8c1`](https://github.com/Hpmason/retour-utils/commit/e53f8c125b8fb4e6178a07989ef341b7c8961257))
## v0.1.1 (2023-02-17)
### Commit Statistics
- 2 commits contributed to the release.
- 0 commits were understood as [conventional](https://www.conventionalcommits.org).
- 1 unique issue was worked on: [#2](https://github.com/Hpmason/retour-utils/issues/2)
### Commit Details
view details
* **[#2](https://github.com/Hpmason/retour-utils/issues/2)**
- Keep visibility of hooked module ([`e40ad4e`](https://github.com/Hpmason/retour-utils/commit/e40ad4e972e02088428d75227b5d32fad281c9c2))
* **Uncategorized**
- Bump versions to 0.1.1 ([`08c5a08`](https://github.com/Hpmason/retour-utils/commit/08c5a08c8f55339ae80a4d80fb8a237111773587))
## v0.1.0 (2023-02-16)
### Commit Statistics
- 10 commits contributed to the release over the course of 1 calendar day.
- 0 commits were understood as [conventional](https://www.conventionalcommits.org).
- 0 issues like '(#ID)' were seen in commit messages
### Commit Details
view details
* **Uncategorized**
- Remove keyword ([`123de07`](https://github.com/Hpmason/retour-utils/commit/123de07739e439c8fd0ed1636fb303b7bf992c25))
- More cargo info ([`2fb9908`](https://github.com/Hpmason/retour-utils/commit/2fb99080b95948e00e58ca8e27b06d3fe50b4a34))
- Rename to retour-utils ([`feac631`](https://github.com/Hpmason/retour-utils/commit/feac6315e0c5d323b997e1607cc3e580497a6bcf))
- Custom error message for making detour fn unsafe ([`493b76f`](https://github.com/Hpmason/retour-utils/commit/493b76f3c955764cefe4254f458df591841dd117))
- Fix function type in StaticDetour ([`4e9232a`](https://github.com/Hpmason/retour-utils/commit/4e9232a7f802de965fd9aa03df36315dc91e3b23))
- Add support for extern abi hooks ([`f31783d`](https://github.com/Hpmason/retour-utils/commit/f31783dccce16ad57770140699e5ba223fce1c91))
- Add attributes to avoid warnings ([`aa7a7b2`](https://github.com/Hpmason/retour-utils/commit/aa7a7b2052b8e31afd11c8135ab4680de4b33165))
- Closer to working state ([`11ac309`](https://github.com/Hpmason/retour-utils/commit/11ac30905e6fa0b6291f3e394e5518faa7987a44))
- Intermediate progress ([`978f02b`](https://github.com/Hpmason/retour-utils/commit/978f02b0fdd37cca8384d210f1caedbd61dc9ec3))
- First commit ([`0a2afd1`](https://github.com/Hpmason/retour-utils/commit/0a2afd137eb6c55ebc33957b77731af07a4d6270))