Browse Source

release: 0.2.1

Nicholas Bishop 1 month ago
parent
commit
ac386fc2d2
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.1 (July 20, 2025)
 
 * Remove dependency on `alloc`.
   <https://github.com/lights0123/printf-compat/pull/25>

+ 1 - 1
Cargo.toml

@@ -1,7 +1,7 @@
 [package]
 name = "printf-compat"
 description = "printf reimplemented in Rust"
-version = "0.2.0"
+version = "0.2.1"
 repository = "https://github.com/lights0123/printf-compat"
 authors = ["lights0123 <developer@lights0123.com>"]
 edition = "2021"