Skip to content

Commit 7fec802

Browse files
chore: release v2.2.0 (#122)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 9f00812 commit 7fec802

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.2.0
6+
57
- Add `ByteSize::as_*()` methods to return equivalent sizes in KB, GiB, etc.
68

79
## 2.1.0

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.1.0"
4+
version = "2.2.0"
55
authors = [
66
"Hyunsik Choi <hyunsik.choi@gmail.com>",
77
"MrCroxx <mrcroxx@outlook.com>",

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.1.0)](https://docs.rs/bytesize/2.1.0)
6+
[![Documentation](https://docs.rs/bytesize/badge.svg?version=2.2.0)](https://docs.rs/bytesize/2.2.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.1.0/status.svg)](https://deps.rs/crate/bytesize/2.1.0)
10+
[![Dependency Status](https://deps.rs/crate/bytesize/2.2.0/status.svg)](https://deps.rs/crate/bytesize/2.2.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)