We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8de36f commit ac386fcCopy full SHA for ac386fc
CHANGELOG.md
@@ -1,6 +1,6 @@
1
# Changelog
2
3
-## Unreleased
+## 0.2.1 (July 20, 2025)
4
5
* Remove dependency on `alloc`.
6
<https://github.com/lights0123/printf-compat/pull/25>
Cargo.toml
@@ -1,7 +1,7 @@
[package]
name = "printf-compat"
description = "printf reimplemented in Rust"
-version = "0.2.0"
+version = "0.2.1"
repository = "https://github.com/lights0123/printf-compat"
authors = ["lights0123 <[email protected]>"]
7
edition = "2021"
0 commit comments