From 910169e7ea398a1b719fdb4d6594987e9a533fc0 Mon Sep 17 00:00:00 2001 From: Josh Stone Date: Mon, 15 Dec 2025 17:35:46 -0800 Subject: [PATCH] Release 0.2.0 --- RELEASES.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/RELEASES.md b/RELEASES.md index 3ce1a74..73c762e 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -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.