소스 검색

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.