Skip to content

Commit 0cbf140

Browse files
matzbotgithub-actions[bot]k0kubun
authored
Create release for 3.4.6 (#3614)
* Create release for 3.4.6 * Update _data * Write up Ruby 3.4.6 Released --------- Co-authored-by: GitHub Actions Bot <github-actions[bot]@users.noreply.github.com> Co-authored-by: Takashi Kokubun <[email protected]>
1 parent 35ac80c commit 0cbf140

File tree

3 files changed

+75
-1
lines changed

3 files changed

+75
-1
lines changed

_data/downloads.yml

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

99
stable:
1010

11-
- 3.4.5
11+
- 3.4.6
1212
- 3.3.9
1313
- 3.2.9
1414

_data/releases.yml

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

5353
# 3.4 series
5454

55+
- version: 3.4.6
56+
date: 2025-09-16
57+
post: /en/news/2025/09/16/ruby-3-4-6-released/
58+
url:
59+
gz: https://cache.ruby-lang.org/pub/ruby/3.4/ruby-3.4.6.tar.gz
60+
zip: https://cache.ruby-lang.org/pub/ruby/3.4/ruby-3.4.6.zip
61+
xz: https://cache.ruby-lang.org/pub/ruby/3.4/ruby-3.4.6.tar.xz
62+
size:
63+
gz: 23266686
64+
zip: 28452232
65+
xz: 17303436
66+
sha1:
67+
gz: f44d45ca26d54ff92ab00a3515335cae755b18ec
68+
zip: fa2c444cf6e1bbd6833dba73552c54ed1b42d207
69+
xz: 78541f3cdce140ec79ff481492244f04e8bc8f88
70+
sha256:
71+
gz: e3c19ab9e8f41b3723124fbc0114cde7cbf55e65aa9c58c12acd89ec9c0dd1b9
72+
zip: 408f04e22717ea8ba78c81544723d805e9ca955d06615192cfaa71b7903c66c4
73+
xz: 804995bc22938aa475127000d3103cb133409ad3955edfc0e7412be66a4859b8
74+
sha512:
75+
gz: 94a0e316a4845243ba27e718c5c33e6ebad0432536454b2a1444000050e092f6c2b36a70c8f0b51e4ea68ef48519a117890d304cc6786560b8ee57a1d7a848e9
76+
zip: 0066dfdec7a3ff27202e37fd97ec66880e9490dd0d2d49d06c786826eda261603eed80a058a4959fe0c12d446581992e10ae551ffd24810043bd1ad422a0bd2e
77+
xz: 29000b3396ab95fc2dc13d2d78441ff5c34258e5421115181c54b1b4d55d5c0d4f3d0c3cec6b32b9a1bb8de5c51b383fcad4369ec3fb244fd0ce182afbe79ba4
78+
5579
- version: 3.4.5
5680
date: 2025-07-15
5781
post: /en/news/2025/07/15/ruby-3-4-5-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 3.4.6 Released"
4+
author: k0kubun
5+
translator:
6+
date: 2025-09-16 00:00:00 +0000
7+
lang: en
8+
---
9+
10+
Ruby 3.4.6 has been released.
11+
12+
This is a routine update that includes bug fixes.
13+
Please refer to the [release notes on GitHub](https://github.com/ruby/ruby/releases/tag/v3_4_6) for further details.
14+
15+
## Release Schedule
16+
17+
We intend to release the latest stable Ruby version (currently Ruby 3.4) every two months following the most recent release.
18+
Ruby 3.4.7 is scheduled for November and 3.4.8 for January.
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", "3.4.6" | 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)