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 : ko
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 릴리스 노트 ] ( https://github.com/ruby/ruby/releases/tag/v3_4_3 ) 를 참조하세요 .
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
+ 많은 커미터, 개발자, 버그를 보고해 준 사용자들이 이 릴리스를 만드는 데 도움을 주었습니다 .
50
+ 그들의 기여에 감사드립니다 .
0 commit comments