diff --git a/CHANGELOG.md b/CHANGELOG.md index 7a112a0..4de99cb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## Unreleased +## 0.2.0 (July 14, 2025) * Remove `cty` and `cstr_core` dependencies. diff --git a/Cargo.toml b/Cargo.toml index 5273c7d..4597349 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "printf-compat" description = "printf reimplemented in Rust" -version = "0.1.1" +version = "0.2.0" repository = "https://github.com/lights0123/printf-compat" authors = ["lights0123 "] edition = "2018"