Skip to content

Commit

Permalink
release 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tjol committed Jul 14, 2024
1 parent 80b98de commit 7332453
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
# Changelog

## Unreleased
## v0.3.1 (2024-07-14)

* pointer types can be formatted with `%p` in the same way as `usize` (PR [#9][PR9], thanks to [Flávio J. Saraiva (flaviojs)][flaviojs])

[PR9]: https://github.com/tjol/sprintf-rs/pull/9

## v0.3.0 (2024-05-31)

* More standard string and character types (PR [#7][PR7], thanks to [Flávio J. Saraiva (flaviojs)][flaviojs])
* Support `CString` and `&CStr` for `%s`, assuming the're UTF-8 encoded
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "sprintf"
version = "0.3.0"
version = "0.3.1"
edition = "2018"
authors = ["Thomas Jollans <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit 7332453

Please sign in to comment.