V0.0.14
What's Changed
- feat: make
ConstGeneric
fields public by @Daniel-Aaron-Bloom in #50 - feat: Enable multiple calls to
modify_generic_constraints
by @Daniel-Aaron-Bloom in #52 - Treat empty struct fields differently to a unit by @mkj in #49
- Add
const
support to inherentimpl
and attr support generally by @Daniel-Aaron-Bloom in #53 - GenConst: moved into gen_const.rs by @wbcat in #55
- Fixed documentation by @VictorKoenders in #56
- Improved the doctests by @VictorKoenders in #57
- Impl for other type by @VictorKoenders in #58
- Added dependabot, updated CI by @VictorKoenders in #59
- Update bitflags requirement from 1.3 to 2.3 by @dependabot in #61
- Bump codecov/codecov-action from 1 to 3 by @dependabot in #60
- Bump actions/checkout from 1 to 3 by @dependabot in #62
- Bump actions/upload-artifact from 1 to 3 by @dependabot in #63
- Added ImplFor::new_lifetimes_depend_on_existing by @VictorKoenders in #64
- Release 0.0.14 by @VictorKoenders in #65
New Contributors
- @mkj made their first contribution in #49
- @wbcat made their first contribution in #55
- @dependabot made their first contribution in #61
Full Changelog: v0.0.13...v0.0.14