Skip to content

Commit 5d1e4ba

Browse files
chore: release v2.2.0
1 parent 41cd472 commit 5d1e4ba

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-2
lines changed

CHANGELOG.md

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

33
## Unreleased
44

5+
## [2.2.0](https://github.com/bytesize-rs/bytesize/compare/v2.1.0...v2.2.0) - 2025-11-10
6+
7+
### Added
8+
9+
- add custom unit conversions ([#111](https://github.com/bytesize-rs/bytesize/pull/111))
10+
11+
### Other
12+
13+
- fix release branch ref
14+
- add release-plz
15+
- *(deps)* bump codecov/codecov-action from 5.5.0 to 5.5.1 ([#116](https://github.com/bytesize-rs/bytesize/pull/116))
16+
- *(deps)* bump actions-rust-lang/setup-rust-toolchain ([#119](https://github.com/bytesize-rs/bytesize/pull/119))
17+
- *(deps)* bump taiki-e/install-action from 2.58.29 to 2.62.43 ([#120](https://github.com/bytesize-rs/bytesize/pull/120))
18+
519
- Add `ByteSize::as_*()` methods to return equivalent sizes in KB, GiB, etc.
620

721
## 2.1.0

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "bytesize"
33
description = "Semantic wrapper for byte count representations"
4-
version = "2.1.0"
4+
version = "2.2.0"
55
authors = [
66
"Hyunsik Choi <[email protected]>",
77
"MrCroxx <[email protected]>",

0 commit comments

Comments
 (0)