Skip to content

Commit 66f8696

Browse files
committed
chore: release v0.1.3
1 parent f8408bf commit 66f8696

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
## [0.1.3](https://github.com/stack-rs/human-bandwidth/compare/releases/tag/0.1.3) - 2024-12-30
6+
7+
### Features
8+
9+
- *(fmt)* Support displaying bandwidth in decimal - ([f8408bf](https://github.com/stack-rs/human-bandwidth/commit/f8408bf59611844e0aaf0d960f1e247c2bc8fa01))
10+
- *(parse)* Support parsing bandwidth in decimal - ([115a709](https://github.com/stack-rs/human-bandwidth/commit/115a709c11234d424a5d21af88e458552f26fda0))
11+
12+
<!-- generated by git-cliff -->
513
## [0.1.2](https://github.com/stack-rs/human-bandwidth/compare/releases/tag/0.1.2) - 2024-12-12
614

715
### Documentation

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "human-bandwidth"
3-
version = "0.1.2"
3+
version = "0.1.3"
44
edition = "2021"
55
license = "Apache-2.0"
66
description = "A library for representing bandwidth speed in a human-readable format."

0 commit comments

Comments
 (0)