We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 678ea51 + 910169e commit 17bbfebCopy full SHA for 17bbfeb
1 file changed
RELEASES.md
@@ -1,3 +1,10 @@
1
+# Release 0.2.0 (2025-12-15)
2
+
3
+- `PrimitiveFloat` includes supertraits `PrimitiveFloatToInt` for all integers.
4
+ However, `PrimitiveFloatToInt` lost its supertrait `PrimitiveFloat` in kind.
5
+- `PrimitiveNumber` added type-casting methods `as_from` and `as_to`.
6
+- `PrimitiveNumber::Bytes` added supertraits for its array representation.
7
8
# Release 0.1.1 (2025-12-11)
9
10
- Link documentation to inherent methods.
0 commit comments