Skip to content

Commit 55ff16c

Browse files
committed
chore: prepare release v2.0.0-beta.1
1 parent 00ae5aa commit 55ff16c

File tree

6 files changed

+58
-133
lines changed

6 files changed

+58
-133
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
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

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-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)