Skip to content

Commit b1f0c7c

Browse files
release: 0.3.0
1 parent 03e711e commit b1f0c7c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## Unreleased
3+
## 0.3.0 (December 7, 2025)
44

55
* Fix compilation errors on recent nightlies due to changes in the std
66
[`VaList` implementation](https://github.com/rust-lang/rust/pull/141980).

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "printf-compat"
33
description = "printf reimplemented in Rust"
4-
version = "0.2.1"
4+
version = "0.3.0"
55
repository = "https://github.com/lights0123/printf-compat"
66
authors = ["lights0123 <[email protected]>"]
77
edition = "2024"

0 commit comments

Comments
 (0)