Skip to content

Commit 95de409

Browse files
matzbotgithub-actions[bot]k0kubun
authored
Create release for 4.0.1 (#3784)
* Create release for 4.0.1 * Update _data for 4.0.1 * Write up release notes --------- Co-authored-by: GitHub Actions Bot <github-actions[bot]@users.noreply.github.com> Co-authored-by: Takashi Kokubun <takashikkbn@gmail.com>
1 parent 23fe3c9 commit 95de409

3 files changed

Lines changed: 75 additions & 1 deletion

File tree

_data/downloads.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ preview:
77

88
stable:
99

10-
- 4.0.0
10+
- 4.0.1
1111
- 3.4.8
1212
- 3.3.10
1313
- 3.2.9

_data/releases.yml

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,30 @@
2121

2222
# 4.0 series
2323

24+
- version: 4.0.1
25+
date: 2026-01-13
26+
post: /en/news/2026/01/13/ruby-4-0-1-released/
27+
url:
28+
gz: https://cache.ruby-lang.org/pub/ruby/4.0/ruby-4.0.1.tar.gz
29+
zip: https://cache.ruby-lang.org/pub/ruby/4.0/ruby-4.0.1.zip
30+
xz: https://cache.ruby-lang.org/pub/ruby/4.0/ruby-4.0.1.tar.xz
31+
size:
32+
gz: 23807304
33+
zip: 29107093
34+
xz: 17892492
35+
sha1:
36+
gz: 01db5746bbb29b028bd44d505a147d06866b1ab2
37+
zip: d3a9217c848b22636025c525971578557ba5f7a3
38+
xz: 266e6fa80ed2b4f4bb7de2e98973dc084a1f380e
39+
sha256:
40+
gz: 3924be2d05db30f4e35f859bf028be85f4b7dd01714142fd823e4af5de2faf9d
41+
zip: 36cbcea4972e201464ae1c6686a3a785b115aee9b836d9bbbe6d961dcef2358d
42+
xz: 0531fe57dfdb56bf591620d2450642ea0e0964f3512a6ebee7dc9305de69395f
43+
sha512:
44+
gz: f4eead09c7355b878a34343dd8cfb9c4c36f02ad3b9a7fd42981d722444beca0182ddea4fc771e2e01a05d9f14978a979ba0ba3590d366f53b6947f43fd78aff
45+
zip: a8512d3f57254bfacfd4c68ee50bb7cad3168f4d9c3be51658378e5db589032745759c360d8711a060b2ed5b9b78855e498b54fcba869a4e60f03ed4aae68ea8
46+
xz: b67d9d1f97ba30200d103f8454e39dc2d0450819d51d91eb5451d44b0bafc56d2fa48bb1be6c5081babe5828f679984bad02b9bcee7441f6bd34c0a95b8f200b
47+
2448
- version: 4.0.0
2549
date: 2025-12-25
2650
post: /en/news/2025/12/25/ruby-4-0-0-released/
Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,50 @@
1+
---
2+
layout: news_post
3+
title: "Ruby 4.0.1 Released"
4+
author: k0kubun
5+
translator:
6+
date: 2026-01-13 02:28:48 +0000
7+
lang: en
8+
---
9+
10+
Ruby 4.0.1 has been released.
11+
12+
This release includes a bugfix for spurious wakeup from `Kernel#sleep` when subprocess exits in another thread,
13+
along with other bugfixes. Please see the [GitHub releases](https://github.com/ruby/ruby/releases/tag/v4.0.1) for further details.
14+
15+
## Release Schedule
16+
17+
We intend to release the latest stable Ruby version (currently Ruby 4.0) every two months following the most recent release.
18+
Ruby 4.0.2 will be released in March, 4.0.3 in May, 4.0.4 in July, 4.0.5 in September, and 4.0.6 in November.
19+
20+
If a change arises that significantly affects users, a release may occur earlier than planned, and the subsequent schedule may shift accordingly.
21+
22+
## Download
23+
24+
{% assign release = site.data.releases | where: "version", "4.0.1" | first %}
25+
26+
* <{{ release.url.gz }}>
27+
28+
SIZE: {{ release.size.gz }}
29+
SHA1: {{ release.sha1.gz }}
30+
SHA256: {{ release.sha256.gz }}
31+
SHA512: {{ release.sha512.gz }}
32+
33+
* <{{ release.url.xz }}>
34+
35+
SIZE: {{ release.size.xz }}
36+
SHA1: {{ release.sha1.xz }}
37+
SHA256: {{ release.sha256.xz }}
38+
SHA512: {{ release.sha512.xz }}
39+
40+
* <{{ release.url.zip }}>
41+
42+
SIZE: {{ release.size.zip }}
43+
SHA1: {{ release.sha1.zip }}
44+
SHA256: {{ release.sha256.zip }}
45+
SHA512: {{ release.sha512.zip }}
46+
47+
## Release Comment
48+
49+
Many committers, developers, and users who provided bug reports helped us make this release.
50+
Thanks for their contributions.

0 commit comments

Comments
 (0)