Skip to content

Commit 40a2beb

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

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.4
11+
- 3.4.5
1212
- 3.3.8
1313
- 3.2.8
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.5
56+
date: 2025-07-15
57+
post: /en/news/2025/07/15/ruby-3-4-5-released/
58+
url:
59+
gz: https://cache.ruby-lang.org/pub/ruby/3.4/ruby-3.4.5.tar.gz
60+
zip: https://cache.ruby-lang.org/pub/ruby/3.4/ruby-3.4.5.zip
61+
xz: https://cache.ruby-lang.org/pub/ruby/3.4/ruby-3.4.5.tar.xz
62+
size:
63+
gz: 23237143
64+
zip: 28405937
65+
xz: 17265032
66+
sha1:
67+
gz: ae40a537434bf432aa3b828bc4d13a295854cf40
68+
zip: 33cb17388dfa915638eeea3ddd156b5c79f79428
69+
xz: d4e7363acb04604bd67276ed3c2ad016c2de87b2
70+
sha256:
71+
gz: 1d88d8a27b442fdde4aa06dc99e86b0bbf0b288963d8433112dd5fac798fd5ee
72+
zip: e1672ad3da2a8ea7820f4ede55d1d6f451c7f011c160991d4c9bdd4a38d18658
73+
xz: 7b3a905b84b8777aa29f557bada695c3ce108390657e614d2cc9e2fb7e459536
74+
sha512:
75+
gz: 985928770dc8cd551de8df75c95e33b454586e88b532d98fef2d1bcaf74750ebc0265cf0517a5a7df8dbf273e33fb8f6f22c3915327f8a26227cc0abcfd4964f
76+
zip: 557e220bca925d05af83d6779dbdf698f32f6e8b57c5138e9da80b02085faa134568a894949d2242ea1fe22b020035aa2b279c04791ac37c17f89dbf597a66c4
77+
xz: 1f5d2fd527d15bd81ca8f49767d6426533367c1018a1d275d34721a96410b51204236173224e5198a42b56162c6e7a7b0c060fc032a9fd7f250b44e05c7af560
78+
5579
- version: 3.4.4
5680
date: 2025-05-14
5781
post: /en/news/2025/05/14/ruby-3-4-4-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.5 Released"
4+
author: k0kubun
5+
translator:
6+
date: 2025-07-15 17:00:00 +0000
7+
lang: en
8+
---
9+
10+
Ruby 3.4.5 has been released.
11+
12+
This is a routine update that includes bug fixes and GCC 15 support. Please refer to the
13+
[release notes on GitHub](https://github.com/ruby/ruby/releases/tag/v3_4_5) 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.6 is scheduled for September, 3.4.7 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.5" | 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)