-
Notifications
You must be signed in to change notification settings - Fork 31
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: merge foyer-rs/bytesize back to the OG repo #50
Conversation
Signed-off-by: MrCroxx <[email protected]>
Signed-off-by: MrCroxx <[email protected]>
Signed-off-by: MrCroxx <[email protected]>
Signed-off-by: MrCroxx <[email protected]>
* chore: release foyer-bytesize v2.0.0 Signed-off-by: MrCroxx <[email protected]> * chore: fix doc test Signed-off-by: MrCroxx <[email protected]> * chore: add doc test on CI Signed-off-by: MrCroxx <[email protected]> --------- Signed-off-by: MrCroxx <[email protected]>
Signed-off-by: MrCroxx <[email protected]>
CHANGELOG
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
should be .md
CHANGELOG
Outdated
## (reserved for the release date) | ||
|
||
Release version v2.0.0 | ||
|
||
Changes: | ||
|
||
- Use SI format by default with `Display`. | ||
- Use "KiB" for SI unit. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
## (reserved for the release date) | |
Release version v2.0.0 | |
Changes: | |
- Use SI format by default with `Display`. | |
- Use "KiB" for SI unit. | |
## Unreleased | |
- Use SI format by default with `Display`. | |
- Use "KiB" for SI unit. |
Cargo.toml
Outdated
description = "an utility for human-readable bytes representations" | ||
version = "1.4.0-dev" | ||
authors = ["Hyunsik Choi <[email protected]>"] | ||
description = "An utility for human-readable bytes representations. Forked from https://github.com/hyunsik/bytesize ." |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
description = "An utility for human-readable bytes representations. Forked from https://github.com/hyunsik/bytesize ." | |
description = "A utility for human-readable bytes representations" |
Makefile
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
if we're going to include some common recipe runner, my preference would be to use just
which also has nice support in CI via the taiki-e/install-action
GH action so things can be re-used locally and in CI tests
README.md
Outdated
@@ -1,12 +1,14 @@ | |||
## ByteSize | |||
[![Build Status](https://travis-ci.org/hyunsik/bytesize.svg?branch=master)](https://travis-ci.org/hyunsik/bytesize) | |||
|
|||
[![Rust](https://github.com/hyunsik/bytesize/actions/workflows/rust.yml/badge.svg)](https://github.com/hyunsik/bytesize/actions/workflows/rust.yml) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[![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) |
.github/workflows/rust.yml
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
i have suggestions about CI but will submit them in an MR later
Cargo.toml
Outdated
version = "1.4.0-dev" | ||
authors = ["Hyunsik Choi <[email protected]>"] | ||
description = "An utility for human-readable bytes representations. Forked from https://github.com/hyunsik/bytesize ." | ||
version = "2.0.0" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lets hold off on a version bump for right now
version = "2.0.0" | |
version = "1.4.0-dev" |
Signed-off-by: MrCroxx <[email protected]>
@robjtede Suggestion applied. PTAL 🙏 |
Signed-off-by: MrCroxx <[email protected]>
Changes
Checklist
Related issues & PRs
#49