Skip to content

Commit 99360b1

Browse files
epistrepheinhsbt
authored andcommitted
Normalize all dates to Date instead of String
1 parent 8c2815a commit 99360b1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

_data/releases.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@
243243
# 3.3 series
244244

245245
- version: 3.3.8
246-
date: '2025-04-09'
246+
date: 2025-04-09
247247
post: "/en/news/2025/04/09/ruby-3-3-8-released/"
248248
url:
249249
gz: https://cache.ruby-lang.org/pub/ruby/3.3/ruby-3.3.8.tar.gz
@@ -583,7 +583,7 @@
583583
# 3.2 series
584584

585585
- version: 3.2.8
586-
date: '2025-03-26'
586+
date: 2025-03-26
587587
post: "/en/news/2025/03/26/ruby-3-2-8-released/"
588588
url:
589589
gz: https://cache.ruby-lang.org/pub/ruby/3.2/ruby-3.2.8.tar.gz
@@ -921,7 +921,7 @@
921921
# 3.1 series
922922

923923
- version: 3.1.7
924-
date: '2025-03-26'
924+
date: 2025-03-26
925925
post: "/en/news/2025/03/26/ruby-3-1-7-released/"
926926
url:
927927
gz: https://cache.ruby-lang.org/pub/ruby/3.1/ruby-3.1.7.tar.gz

0 commit comments

Comments
 (0)