Преглед на файлове

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

Jelmer Vernooij преди 2 месеца
родител
ревизия
7f20fa7761
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  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.