Skip to content

Commit 341d47c

Browse files
authored
chore: prepare release v2.0.0 (#79)
1 parent a17c093 commit 341d47c

File tree

6 files changed

+67
-136
lines changed

6 files changed

+67
-136
lines changed

Diff for: .github/workflows/ci.yml

+4
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,10 @@ jobs:
5454
with:
5555
tool: just,nextest
5656

57+
- name: Work around MSRV issues
58+
if: matrix.toolchain.name == 'msrv'
59+
run: just downgrade-for-msrv
60+
5761
- name: Test
5862
run: just test
5963

Diff for: CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,13 @@
22

33
## Unreleased
44

5+
## v2.0.0-beta.1
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`.

0 commit comments

Comments
 (0)