0.0.17
What's Changed
- add comment to SignedPayload from_payload about min limit by @leighmcculloch in #104
- Reject extra keys in Decoded deserializer by @leighmcculloch in #108
- Cap CLI encode JSON input at 10 KiB by @leighmcculloch in #109
- Fix typo in crc module comment by @leighmcculloch in #106
- Add Claude PR review workflow by @leighmcculloch in #113
- Add crate-level documentation by @leighmcculloch in #111
- Document allocation behavior of Decoded serde impl by @leighmcculloch in #110
- Zeroize PrivateKey by @leighmcculloch in #112
- Require non-empty inner payload in SignedPayload by @leighmcculloch in #107
- Support stdin for encode and decode CLI commands by @leighmcculloch in #117
- Warn when CLI outputs private keys by @leighmcculloch in #116
- Remove positional input for encode and decode by @leighmcculloch in #118
- Redact private keys and expose them only via Unredacted by @leighmcculloch in #115
- Expose ENCODED_LEN consts used in public to_string returns by @leighmcculloch in #119
- Harden Claude review workflow by @leighmcculloch in #114
- Add structured DecodeError variants by @leighmcculloch in #121
- Upgrade crate-git-revision dependency to 0.0.9 by @leighmcculloch in #122
- Delete .github/workflows/claude-review.yml by @leighmcculloch in #123
Full Changelog: v0.0.16...v0.0.17