Skip to content

Commit 507ab8d

Browse files
committed
This is version 0.4.2
1 parent 00bad0f commit 507ab8d

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## v0.4.2 (2025-05-17)
4+
5+
* Add support for truncating string arguments (e.g. `%1.3s`) (PR [#15][PR15], thanks to [Samuel Collins (sd-collins)][sd-collins])
6+
7+
[PR15]: https://github.com/tjol/sprintf-rs/pull/15
8+
39
## v0.4.1 (2025-04-30)
410

511
* Update to thiserror 2.0 (PR [#11][PR11], thanks to [Samuel Collins (sd-collins)][sd-collins])

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "sprintf"
3-
version = "0.4.1"
3+
version = "0.4.2"
44
edition = "2018"
55
authors = ["Thomas Jollans <[email protected]>"]
66
license = "MIT"

0 commit comments

Comments
 (0)