Skip to content

Create release for 3.3.8 #3536

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Apr 9, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion _data/downloads.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ preview:
stable:

- 3.4.2
- 3.3.7
- 3.3.8
- 3.2.8

# optional
Expand Down
24 changes: 24 additions & 0 deletions _data/releases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,30 @@

# 3.3 series

- version: 3.3.8
date: '2025-04-09'
post: "/en/news/2025/04/09/ruby-3-3-8-released/"
url:
gz: https://cache.ruby-lang.org/pub/ruby/3.3/ruby-3.3.8.tar.gz
xz: https://cache.ruby-lang.org/pub/ruby/3.3/ruby-3.3.8.tar.xz
zip: https://cache.ruby-lang.org/pub/ruby/3.3/ruby-3.3.8.zip
size:
gz: 22197497
xz: 16435924
zip: 27628937
sha1:
gz: 71b8362d413f58ed5aef2ecd132769210c45f058
xz: 9ee07098fd930744d8df5d4945b5f99d2fecb9ef
zip: 4c0d938d2791ab696e921557aec19613bb364a67
sha256:
gz: 5ae28a87a59a3e4ad66bc2931d232dbab953d0aa8f6baf3bc4f8f80977c89cab
xz: 44ae70fee043da3ce48289b7a52618ebe32dc083253993d486211c7e445c8642
zip: 389b8deae02849e769855dea892c921d3387b6548209189837a00f1cdf353797
sha512:
gz: c5005ba4019fbae19650a9a9ce139e13608345065da9e2277dbeac9d0ac9e3b07b666816afe7be690088080c8c9cf88a8c372971d429479dcebea80d6c2e3883
xz: 71c2f3ac9955e088fa885fd2ff695e67362a770a5d33e5160081eda3dd298ca2c692e299b03d757caecfbc94043fedc4ad093de84c505585d480cb36bbf978b9
zip: 1aa6a0412760d0d1f423cd5f02533696b7c952c04f567b89aa875997e1d53a548c294c0b771a9e06e666daab038e3481a6251e361163449f92b02ab3a89a6373

- version: 3.3.7
date: 2025-01-15
post: /en/news/2025/01/15/ruby-3-3-7-released/
Expand Down
42 changes: 42 additions & 0 deletions en/news/_posts/2025-04-09-ruby-3-3-8-released.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
---
layout: news_post
title: "Ruby 3.3.8 Released"
author: nagachika
translator:
date: 2025-04-09 11:00:00 +0000
lang: en
---

Ruby 3.3.8 has been released.

Please see the [GitHub releases](https://github.com/ruby/ruby/releases/tag/v3_3_8) for further details.

## Download

{% assign release = site.data.releases | where: "version", "3.3.8" | first %}

* <{{ release.url.gz }}>

SIZE: {{ release.size.gz }}
SHA1: {{ release.sha1.gz }}
SHA256: {{ release.sha256.gz }}
SHA512: {{ release.sha512.gz }}

* <{{ release.url.xz }}>

SIZE: {{ release.size.xz }}
SHA1: {{ release.sha1.xz }}
SHA256: {{ release.sha256.xz }}
SHA512: {{ release.sha512.xz }}

* <{{ release.url.zip }}>

SIZE: {{ release.size.zip }}
SHA1: {{ release.sha1.zip }}
SHA256: {{ release.sha256.zip }}
SHA512: {{ release.sha512.zip }}

## Release Comment

Many committers, developers, and users who provided bug reports helped us make this release.
Thanks for their contributions.