New Features (BREAKING)
-
Identity
andIdentityRef
with basic conversions, decoding and serialization.
This is useful, for example, when writingCo-authored-by: <actor>
messages or when
parsing identities of actors by themselves.SignatureRef::actor()
is renamed toidentity()
as it now returns this type.
SignatureRef::empty()
was removed as it is only another name fordefault()
.
Commit Statistics
- 10 commits contributed to the release over the course of 12 calendar days.
- 48 days passed between releases.
- 1 commit was understood as conventional.
- 0 issues like '(#ID)' were seen in commit messages
Thanks Clippy
Clippy helped 1 time to make code idiomatic.
Commit Details
view details
- Uncategorized
just fmt
(ffc1276)- Prepare changelogs prior to release (8f15cec)
- Merge branch 'integrate-gix-negotiate' (ae845de)
- Thanks clippy (9525ac8)
- Merge pull request #878 from blinxen/main (67da689)
- Include missing changelog file in some crates (0269eed)
Identity
andIdentityRef
with basic conversions, decoding and serialization. (353d237)- Merge branch 'main' into auto-clippy (3ef5c90)
- Merge branch 'blinxen/main' (9375cd7)
- Include license files in all crates (facaaf6)