Skip to content

Commit ac756bb

Browse files
committed
chore(bytesize): prepare release 2.1.0
1 parent 3a0de52 commit ac756bb

File tree

4 files changed

+6
-4
lines changed

4 files changed

+6
-4
lines changed

CHANGELOG.md

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

33
## Unreleased
44

5+
## 2.1.0
6+
57
- Support parsing and formatting exabytes (EB) & exbibytes (EiB).
68
- Migrate `serde` dependency to `serde_core`.
79

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "bytesize"
33
description = "Semantic wrapper for byte count representations"
4-
version = "2.0.1"
4+
version = "2.1.0"
55
authors = [
66
"Hyunsik Choi <[email protected]>",
77
"MrCroxx <[email protected]>",

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33
<!-- prettier-ignore-start -->
44

55
[![crates.io](https://img.shields.io/crates/v/bytesize?label=latest)](https://crates.io/crates/bytesize)
6-
[![Documentation](https://docs.rs/bytesize/badge.svg?version=2.0.1)](https://docs.rs/bytesize/2.0.1)
6+
[![Documentation](https://docs.rs/bytesize/badge.svg?version=2.1.0)](https://docs.rs/bytesize/2.1.0)
77
![Version](https://img.shields.io/badge/rustc-1.70+-ab6000.svg)
88
![Apache 2.0 licensed](https://img.shields.io/crates/l/bytesize.svg)
99
<br />
10-
[![Dependency Status](https://deps.rs/crate/bytesize/2.0.1/status.svg)](https://deps.rs/crate/bytesize/2.0.1)
10+
[![Dependency Status](https://deps.rs/crate/bytesize/2.1.0/status.svg)](https://deps.rs/crate/bytesize/2.1.0)
1111
[![Download](https://img.shields.io/crates/d/bytesize.svg)](https://crates.io/crates/bytesize)
1212

1313
<!-- prettier-ignore-end -->

0 commit comments

Comments
 (0)