Prechádzať zdrojové kódy

fix(docs): add missing hyphen in date format in NEWS (#1979)

Jelmer Vernooij 2 mesiacov pred
rodič
commit
7f20fa7761
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  1. 1 1
      NEWS

+ 1 - 1
NEWS

@@ -2,7 +2,7 @@
 
  * Drop support for Python 3.9. (Jelmer Vernooij)
 
-0.24.8	2025-1029
+0.24.8	2025-10-29
 
  * Add Rust implementation of pack delta creation (create_delta). The
    implementation uses the similar crate for efficient diff computation.