Skip to content

6.0.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 08 Oct 10:42
· 6 commits to main since this release
00a9e64

6.0.0 (2024-10-08)

Features

Major API breaking release:

Move to custom struct type for FrostflakeIdentifier instead of type aliasing with UInt64
Remove frostflakeDescription and instead use debugDescription as that is not possible with custom type - for migration simply replace frostflakeDescription with debugDescription
Move to base58 printing by default
Remove all dependencies on extra projects
Update benchmark dependency

  • major: Sync up with latest internal implementation (#69) (00a9e64)