1
1
---
2
2
layout : news_post
3
- title : " Ruby 3.4.3 Released "
3
+ title : " Ruby 3.4.3 リリース "
4
4
author : k0kubun
5
- translator :
5
+ translator : shia
6
6
date : 2025-04-14 08:06:57 +0000
7
- lang : en
7
+ lang : ja
8
8
---
9
9
10
- Ruby 3.4.3 has been released.
10
+ Ruby 3.4.3がリリースされました。
11
11
12
- This is a routine update that includes bug fixes. Please refer to the
13
- [ release notes on GitHub ] ( https://github.com/ruby/ruby/releases/tag/v3_4_3 ) for further details.
12
+ これは定期的なアップデートであり、バグ修正を含みます。
13
+ 詳しくは [ GitHub release notes] ( https://github.com/ruby/ruby/releases/tag/v3_4_2 ) を参照してください。
14
14
15
- ## Release Schedule
15
+ ## リリーススケジュール
16
16
17
- We intend to release the latest stable Ruby version (currently Ruby 3.4) every 2 months.
18
- Ruby 3.4.4 will be released in June, 3.4.5 in August, 3.4.6 in October, and 3.4.7 in December.
17
+ 最新の安定版Ruby(現在はRuby 3.4)を2ヶ月おきにリリースする予定です。
18
+ Ruby 3.4.4は6月にリリースされ、 3.4.5は8月、 3.4.6は10月、 3.4.7は12月にリリースされます。
19
19
20
- If there's any change that affects a considerable amount of people, those versions may be released earlier than expected.
20
+ 多くのユーザーに影響を与えるような変更があった場合、予定よりも早く新しいバージョンをリリースすることがあります。
21
21
22
- ## Download
22
+ ## ダウンロード
23
23
24
24
{% assign release = site.data.releases | where: "version", "3.4.3" | first %}
25
25
@@ -44,7 +44,7 @@ If there's any change that affects a considerable amount of people, those versio
44
44
SHA256: {{ release.sha256.zip }}
45
45
SHA512: {{ release.sha512.zip }}
46
46
47
- ## Release Comment
47
+ ## リリースコメント
48
48
49
- Many committers, developers, and users who provided bug reports helped us make this release.
50
- Thanks for their contributions.
49
+ Ruby 開発者の皆様、バグや脆弱性を報告してくれたユーザーの皆様のご協力により本リリースは行われています。
50
+ 皆様のご協力に感謝します。
0 commit comments