Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions RELEASES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# Release 0.2.0 (2025-12-15)

- `PrimitiveFloat` includes supertraits `PrimitiveFloatToInt` for all integers.
However, `PrimitiveFloatToInt` lost its supertrait `PrimitiveFloat` in kind.
- `PrimitiveNumber` added type-casting methods `as_from` and `as_to`.
- `PrimitiveNumber::Bytes` added supertraits for its array representation.

# Release 0.1.1 (2025-12-11)

- Link documentation to inherent methods.
Expand Down