Skip to content

Commit 970efcb

Browse files
matzbotgithub-actions[bot]k0kubun
authored
Create release for 3.4.4 (#3567)
* Create release for 3.4.4 * Update metadata * Update _data * Write up the announcement --------- Co-authored-by: GitHub Actions Bot <github-actions[bot]@users.noreply.github.com> Co-authored-by: Takashi Kokubun <[email protected]>
1 parent 99360b1 commit 970efcb

File tree

3 files changed

+78
-1
lines changed

3 files changed

+78
-1
lines changed

_data/downloads.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ preview:
88

99
stable:
1010

11-
- 3.4.3
11+
- 3.4.4
1212
- 3.3.8
1313
- 3.2.8
1414

_data/releases.yml

+24
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,30 @@
5252

5353
# 3.4 series
5454

55+
- version: 3.4.4
56+
date: 2025-05-14
57+
post: /en/news/2025/05/14/ruby-3-4-4-released/
58+
url:
59+
gz: https://cache.ruby-lang.org/pub/ruby/3.4/ruby-3.4.4.tar.gz
60+
zip: https://cache.ruby-lang.org/pub/ruby/3.4/ruby-3.4.4.zip
61+
xz: https://cache.ruby-lang.org/pub/ruby/3.4/ruby-3.4.4.tar.xz
62+
size:
63+
gz: 23204581
64+
zip: 28372208
65+
xz: 17255388
66+
sha1:
67+
gz: aff18f17868d076f4516ea4209931ad55b264f73
68+
zip: 77377010d19109939fe11cadf1c210deda8ec202
69+
xz: 83ddf983c194b353634e91a86b466ce0d01bff39
70+
sha256:
71+
gz: a0597bfdf312e010efd1effaa8d7f1d7833146fdc17950caa8158ffa3dcbfa85
72+
zip: 7c64e2c303ef8433e01cb3afd9be094707a9aa60355fcee08d12ca90e1e46399
73+
xz: f76d63efe9499dedd8526b74365c0c811af00dc9feb0bed7f5356488476e28f4
74+
sha512:
75+
gz: ec52e338a9558e5fb0975be4249ff47a2d8c7926d8ae3af58f4e5a233f400f75da88ce8254bac7a8cd7a6b0b87fd4eb7315944c76be43719782bd0c16040197b
76+
zip: f8dada5fae978b3eb82ed6863d3e8e25dfd90b3348eace2400d7428b0a1a9362bf88dc3138ef4b68bc5aaff781e90388e428390f5f55c5667fd24e4754544814
77+
xz: 0d258cf790daad424c866404b5cbdc8adba0e4e13764847a89adf2335229e5184095c9f3e9594705897697e48bcc322d9a9f919b04047abb2075daca9fce8871
78+
5579
- version: 3.4.3
5680
date: 2025-04-14
5781
post: /en/news/2025/04/14/ruby-3-4-3-released/
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)