# Changelog * The following workspace dependencies were updated * dependencies * hooks-derive-core bumped from 1.0.0-alpha.8 to 1.1.0-alpha.8 ## [1.0.0-alpha.8](https://github.com/frender-rs/hooks/compare/hooks-derive-v1.0.0-alpha.7...hooks-derive-v1.0.0-alpha.8) (2023-01-25) ### Features * hook macro now allows impl Trait in return type path ([26894d2](https://github.com/frender-rs/hooks/commit/26894d2697ad267b3fa8c959c81b99ae6e69377f)) ## [1.0.0-alpha.7](https://github.com/frender-rs/hooks/compare/hooks-derive-v1.0.0-alpha.6...hooks-derive-v1.0.0-alpha.7) (2023-01-21) ### Features * allow nested meta in hooks_core_path of hook attribute ([ed8b926](https://github.com/frender-rs/hooks/commit/ed8b92645d03517dcd765dd2e582991b5565ec07)) ## [1.0.0-alpha.6](https://github.com/frender-rs/hooks/compare/hooks-derive-v1.0.0-alpha.5...hooks-derive-v1.0.0-alpha.6) (2022-11-23) ### Features * partially support `impl Trait` in return type of hook fn using hook macro ([61efdab](https://github.com/frender-rs/hooks/commit/61efdab8d0b46b2173cd7840fdbfb2da40db5d9f)) ## [1.0.0-alpha.5](https://github.com/frender-rs/hooks/compare/hooks-derive-v1.0.0-alpha.4...hooks-derive-v1.0.0-alpha.5) (2022-11-21) ### Bug Fixes * hook macro missing comma when using generic arguments ([0a0ec81](https://github.com/frender-rs/hooks/commit/0a0ec813d3846ebeb012b2404d11b92e3b9e10b3)) ## [1.0.0-alpha.4](https://github.com/frender-rs/hooks/compare/hooks-derive-v1.0.0-alpha.3...hooks-derive-v1.0.0-alpha.4) (2022-11-16) ### Features * hook macro now supports lifetime generics in args ([320639f](https://github.com/frender-rs/hooks/commit/320639fb0733eb2cd18d07032c2a15955443307b)) ## [1.0.0-alpha.3](https://github.com/frender-rs/hooks/compare/hooks-derive-v1.0.0-alpha.2...hooks-derive-v1.0.0-alpha.3) (2022-11-10) ### Bug Fixes * hook macro not working when using two hooks ([71a68b6](https://github.com/frender-rs/hooks/commit/71a68b6a39144e8ef31e1f2f0821d777177626de)) ## [1.0.0-alpha.2](https://github.com/frender-rs/hooks/compare/hooks-derive-v1.0.0-alpha.1...hooks-derive-v1.0.0-alpha.2) (2022-11-07) ### Bug Fixes * add metadata to hooks-derive-core ([c1e7e8e](https://github.com/frender-rs/hooks/commit/c1e7e8e6f093d35f6fa7c97b6f268da91233b46b)) ## 1.0.0-alpha.1 (2022-09-30) ### Features * add package hooks-derive ([2adb69e](https://github.com/frender-rs/hooks/commit/2adb69e75ef3fa2bb135bed40ded7a235a32a422))