Skip to content

Commit bd0febf

Browse files
docs: update changelog versions
1 parent 2b8b534 commit bd0febf

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
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

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)