Skip to content

Commit

Permalink
chore: prepare release v2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
robjtede committed Feb 21, 2025
1 parent 00ae5aa commit b139653
Show file tree
Hide file tree
Showing 4 changed files with 52 additions and 131 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,13 @@

## Unreleased

## v2.0.0

- Add support for `no_std` targets.
- Use IEC (binary) format by default with `Display`.
- Use "kB" for SI unit.
- Add `Display` type for customizing printed format.
- Add `ByteSize::display()` method.
- Implement `Sub<ByteSize>` for `ByteSize`.
- Implement `Sub<impl Into<u64>>` for `ByteSize`.
- Implement `SubAssign<ByteSize>` for `ByteSize`.
Expand Down
172 changes: 44 additions & 128 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit b139653

Please sign in to comment.