What's Changed
- Updated the CHANGELOG for the new release by @Peternator7 in #452
- Add missing
#[automatically_derived]by @clechasseur in #462 - Bump MSRV to v1.71 by @paolobarbolini in #466
- Use absolute paths in proc macro by @Snarpix in #469
- Upgrade
phfto v0.13 by @paolobarbolini in #465 - docs: Fix typo by @j-g00da in #463
- Allow any kind of passthrough attributes on
EnumDiscriminantsby @clechasseur in #461 - Fix existing cargo fmt + clippy issues and add GH actions by @Peternator7 in #473
- [EnumDiscriminant] Automatically add Default by @Peternator7 in #474
- Honor parse_err_ty attribute when the enum has a default variant by @scovich in #431
- Make TryFrom and FromStr infallible if there's a default by @Peternator7 in #476
- Implement core::fmt::Display for ParseError by @Peternator7 in #477
- Peternator7/0.28 by @Peternator7 in #475
New Contributors
- @clechasseur made their first contribution in #462
- @Snarpix made their first contribution in #469
- @j-g00da made their first contribution in #463
- @scovich made their first contribution in #431
Full Changelog: v0.27.2...v0.28.0