Browse Source

release: 0.2.0

Nicholas Bishop 1 month ago
parent
commit
7f34251cd1
2 changed files with 2 additions and 2 deletions
  1. 1 1
      CHANGELOG.md
  2. 1 1
      Cargo.toml

+ 1 - 1
CHANGELOG.md

@@ -1,6 +1,6 @@
 # Changelog
 
-## Unreleased
+## 0.2.0 (July 14, 2025)
 
 * Remove `cty` and `cstr_core` dependencies.
   <https://github.com/lights0123/printf-compat/pull/4>

+ 1 - 1
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 <developer@lights0123.com>"]
 edition = "2018"