Skip to content

Commit

Permalink
Create release for 3.3.6 (#3416)
Browse files Browse the repository at this point in the history
* Create release for 3.3.6

* Update downloads.yml and releases.yml

* Write up "Ruby 3.3.6 Released"

* Add Release Schedule

---------

Co-authored-by: GitHub Actions Bot <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Takashi Kokubun <[email protected]>
  • Loading branch information
3 people authored Nov 5, 2024
1 parent 9e332b2 commit 7303cbc
Show file tree
Hide file tree
Showing 3 changed files with 75 additions and 1 deletion.
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.3.5
- 3.3.6
- 3.2.6

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

# 3.3 series

- version: 3.3.6
date: 2024-11-05
post: /en/news/2024/11/05/ruby-3-3-6-released/
url:
gz: https://cache.ruby-lang.org/pub/ruby/3.3/ruby-3.3.6.tar.gz
zip: https://cache.ruby-lang.org/pub/ruby/3.3/ruby-3.3.6.zip
xz: https://cache.ruby-lang.org/pub/ruby/3.3/ruby-3.3.6.tar.xz
size:
gz: 22153657
zip: 27048656
xz: 16398228
sha1:
gz: 0106171cd1801fb5663e8e709f3d6c935d683c9b
zip: 88239456249cd80cadd1cbf98a317ae700ccd9df
xz: 25391e9bd8547cd07e09afcfc472777520a3178a
sha256:
gz: 8dc48fffaf270f86f1019053f28e51e4da4cce32a36760a0603a9aee67d7fd8d
zip: a60240a6f9bcc8db6c07d40ad29c7dceb21430debe3ebc39bf339207818132f6
xz: 540975969d1af42190d26ff629bc93b1c3f4bffff4ab253e245e125085e66266
sha512:
gz: 4ae22f5c2a1f7ed84aab7587ff04ce4d9933cffe4347deaef0ab88d22c9780f274c1664a4ee1dd8235bc3cc749be828ffa8db7cb5f5002339a59a599acf3c729
zip: c010c7d3e2b373b41a18bcadfb6dba276afabe479d75624569b5bdc605f3575bced2aff511708e25ceca43c7c918400222329e55e599c54154f203957f119ad2
xz: c4b86188bf539fa737932e1ba5b746bc295e7c43b2f8cca2668eb7c88aa7228e2ce9032bbcd244a7d558a11bc842445b5fbeac3503ca7d223b63c53e08dba4ab

- version: 3.3.5
date: 2024-09-03
post: /en/news/2024/09/03/3-3-5-released/
Expand Down
50 changes: 50 additions & 0 deletions en/news/_posts/2024-11-05-ruby-3-3-6-released.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
---
layout: news_post
title: "Ruby 3.3.6 Released"
author: k0kubun
translator:
date: 2024-11-05 04:25:00 +0000
lang: en
---

Ruby 3.3.6 has been released.

This is a routine update that includes minor bug fixes.
It also stops warning missing default gem dependencies that will be bundled gems in Ruby 3.5.
For more details, please refer to [the release notes on GitHub](https://github.com/ruby/ruby/releases/tag/v3_3_6).

## Release Schedule

As previously [announced](https://www.ruby-lang.org/en/news/2024/07/09/ruby-3-3-4-released/), we intend to release the latest stable Ruby version (currently Ruby 3.3) every 2 months following a `.1` release.

We expect to release Ruby 3.3.7 on January 7th. If any significant changes arise that impact a large number of users, we may release a new version earlier than scheduled.

## Download

{% assign release = site.data.releases | where: "version", "3.3.6" | 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.

0 comments on commit 7303cbc

Please sign in to comment.