Skip to content

Commit b139653

Browse files
committed
chore: prepare release v2.0.0
1 parent 00ae5aa commit b139653

File tree

4 files changed

+52
-131
lines changed

4 files changed

+52
-131
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,13 @@
22

33
## Unreleased
44

5+
## v2.0.0
6+
7+
- Add support for `no_std` targets.
58
- Use IEC (binary) format by default with `Display`.
69
- Use "kB" for SI unit.
10+
- Add `Display` type for customizing printed format.
11+
- Add `ByteSize::display()` method.
712
- Implement `Sub<ByteSize>` for `ByteSize`.
813
- Implement `Sub<impl Into<u64>>` for `ByteSize`.
914
- Implement `SubAssign<ByteSize>` for `ByteSize`.

Cargo.lock

Lines changed: 44 additions & 128 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)