diff --git a/CHANGELOG.md b/CHANGELOG.md index f26acb4a..63ec40f9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## Unreleased +## 2.3.0 + - Add `Unit` enum. - Add `UnitParseError` type. diff --git a/Cargo.lock b/Cargo.lock index b16576f4..c00b905b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -31,7 +31,7 @@ checksum = "2261d10cca569e4643e526d8dc2e62e433cc8aba21ab764233731f8d369bf394" [[package]] name = "bytesize" -version = "2.2.0" +version = "2.3.0" dependencies = [ "arbitrary", "divan", diff --git a/Cargo.toml b/Cargo.toml index cbf5dddd..6440b6fe 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "bytesize" description = "Semantic wrapper for byte count representations" -version = "2.2.0" +version = "2.3.0" authors = [ "Hyunsik Choi ", "MrCroxx ", diff --git a/README.md b/README.md index bf57b91a..9e4a1ac3 100644 --- a/README.md +++ b/README.md @@ -3,11 +3,11 @@ [![crates.io](https://img.shields.io/crates/v/bytesize?label=latest)](https://crates.io/crates/bytesize) -[![Documentation](https://docs.rs/bytesize/badge.svg?version=2.2.0)](https://docs.rs/bytesize/2.2.0) +[![Documentation](https://docs.rs/bytesize/badge.svg?version=2.3.0)](https://docs.rs/bytesize/2.3.0) ![Version](https://img.shields.io/badge/rustc-1.70+-ab6000.svg) ![Apache 2.0 licensed](https://img.shields.io/crates/l/bytesize.svg)
-[![Dependency Status](https://deps.rs/crate/bytesize/2.2.0/status.svg)](https://deps.rs/crate/bytesize/2.2.0) +[![Dependency Status](https://deps.rs/crate/bytesize/2.3.0/status.svg)](https://deps.rs/crate/bytesize/2.3.0) [![Download](https://img.shields.io/crates/d/bytesize.svg)](https://crates.io/crates/bytesize)