Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## Unreleased
## 0.3.0 (December 7, 2025)

* Fix compilation errors on recent nightlies due to changes in the std
[`VaList` implementation](https://github.com/rust-lang/rust/pull/141980).
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "printf-compat"
description = "printf reimplemented in Rust"
version = "0.2.1"
version = "0.3.0"
repository = "https://github.com/lights0123/printf-compat"
authors = ["lights0123 <developer@lights0123.com>"]
edition = "2024"
Expand Down