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
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## 0.4.0 (April 26, 2026)

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

## 0.3.1 (January 24, 2026)

* Document the behavior of the precision field with ints.
<https://github.com/lights0123/printf-compat/pull/51>

## 0.3.0 (December 7, 2025)

* Fix compilation errors on recent nightlies due to changes in the std
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.3.1"
version = "0.4.0"
repository = "https://github.com/lights0123/printf-compat"
edition = "2024"
license = "MIT OR Apache-2.0"
Expand Down
Loading