Skip to content

Commit

Permalink
refactor: apply suggestions
Browse files Browse the repository at this point in the history
Signed-off-by: MrCroxx <[email protected]>
  • Loading branch information
MrCroxx committed Oct 11, 2024
1 parent 3038a53 commit 062ce3e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 7 deletions.
6 changes: 2 additions & 4 deletions CHANGELOG → CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,7 @@

## (reserved for the release date)

Release version v2.0.0

Changes:

## Unreleased
- Use SI format by default with `Display`.
- Use "KiB" for SI unit.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "bytesize"
description = "An utility for human-readable bytes representations. Forked from https://github.com/hyunsik/bytesize ."
version = "2.0.0"
description = "A utility for human-readable bytes representations. Forked from https://github.com/hyunsik/bytesize ."
version = "1.4.0-dev"
authors = ["Hyunsik Choi <[email protected]>", "MrCroxx <[email protected]>"]
edition = "2021"

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## ByteSize

[![Rust](https://github.com/hyunsik/bytesize/actions/workflows/rust.yml/badge.svg)](https://github.com/hyunsik/bytesize/actions/workflows/rust.yml)
[![CI](https://github.com/hyunsik/bytesize/actions/workflows/rust.yml/badge.svg)](https://github.com/hyunsik/bytesize/actions/workflows/rust.yml)
[![Crates.io Version](https://img.shields.io/crates/v/bytesize.svg)](https://crates.io/crates/bytesize)

Forked from https://github.com/hyunsik/bytesize .
Expand Down

0 comments on commit 062ce3e

Please sign in to comment.