Skip to content

rearch v0.10.0

Compare
Choose a tag to compare
@GregoryConrad GregoryConrad released this 05 Apr 13:48
· 39 commits to main since this release

Chore

  • bump version numbers

Other

  • run clippy for tests too

Style

  • fix latest docs-styling clippy lint

New Features (BREAKING)

  • add lifetimes to FnOnce callbacks
    Helps to reduce some otherwise unneeded clones.

Refactor (BREAKING)

  • rewrite old CapsuleKey as trait alias
    This removes issues the old CapsuleKey faced, such as no Hash impl.

Commit Statistics

  • 5 commits contributed to the release over the course of 79 calendar days.
  • 80 days passed between releases.
  • 5 commits were understood as conventional.
  • 4 unique issues were worked on: #36, #37, #40, #41

Commit Details

view details
  • #36
    • Run clippy for tests too (6577780)
  • #37
    • Fix latest docs-styling clippy lint (f14098a)
  • #40
    • Add lifetimes to FnOnce callbacks (0cca336)
  • #41
    • Rewrite old CapsuleKey as trait alias (92e9892)
  • Uncategorized