Skip to content

Commit 8624268

Browse files
committed
cp {en,ko}/news/_posts/2025-05-14-ruby-3-4-4-released.md
1 parent 970efcb commit 8624268

File tree

1 file changed

+53
-0
lines changed

1 file changed

+53
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,53 @@
1+
---
2+
layout: news_post
3+
title: "Ruby 3.4.4 Released"
4+
author: k0kubun
5+
translator:
6+
date: 2025-05-14 18:20:00 +0000
7+
lang: en
8+
---
9+
10+
Ruby 3.4.4 has been released.
11+
12+
This release includes a fix for a YJIT bug related to local variables and addresses a build issue on Windows when using GCC 15.
13+
It was released ahead of schedule to make these fixes available as soon as possible.
14+
A few other bug fixes are also included.
15+
16+
Please see the [release notes on GitHub](https://github.com/ruby/ruby/releases/tag/v3_4_4) for further details.
17+
18+
## Release Schedule
19+
20+
We intend to release the latest stable Ruby version (currently Ruby 3.4) every two months following the most recent release.
21+
Following this release (3.4.4), Ruby 3.4.5 is scheduled for July, 3.4.6 for September, 3.4.7 for November, and 3.4.8 for January.
22+
23+
If a change arises that significantly affects users, a release may occur earlier than planned, and the subsequent schedule may shift accordingly.
24+
25+
## Download
26+
27+
{% assign release = site.data.releases | where: "version", "3.4.4" | first %}
28+
29+
* <{{ release.url.gz }}>
30+
31+
SIZE: {{ release.size.gz }}
32+
SHA1: {{ release.sha1.gz }}
33+
SHA256: {{ release.sha256.gz }}
34+
SHA512: {{ release.sha512.gz }}
35+
36+
* <{{ release.url.xz }}>
37+
38+
SIZE: {{ release.size.xz }}
39+
SHA1: {{ release.sha1.xz }}
40+
SHA256: {{ release.sha256.xz }}
41+
SHA512: {{ release.sha512.xz }}
42+
43+
* <{{ release.url.zip }}>
44+
45+
SIZE: {{ release.size.zip }}
46+
SHA1: {{ release.sha1.zip }}
47+
SHA256: {{ release.sha256.zip }}
48+
SHA512: {{ release.sha512.zip }}
49+
50+
## Release Comment
51+
52+
Many committers, developers, and users who provided bug reports helped us make this release.
53+
Thanks for their contributions.

0 commit comments

Comments
 (0)