File tree Expand file tree Collapse file tree 4 files changed +6
-4
lines changed Expand file tree Collapse file tree 4 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 11[package ]
22name = " bytesize"
33description = " Semantic wrapper for byte count representations"
4- version = " 2.0.1 "
4+ version = " 2.1.0 "
55authors = [
66 " Hyunsik Choi <hyunsik.choi@gmail.com>" ,
77 " MrCroxx <mrcroxx@outlook.com>" ,
Original file line number Diff line number Diff line change 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 -->
You can’t perform that action at this time.
0 commit comments