Skip to content

Commit fafde70

Browse files
hsbtclaude
andcommitted
Add release announcement content for Ruby 3.2.11
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 9078ac3 commit fafde70

2 files changed

Lines changed: 12 additions & 7 deletions

File tree

_data/releases.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -936,8 +936,8 @@
936936
# 3.2 series
937937

938938
- version: 3.2.11
939-
date: 2026-03-26
940-
post: /en/news/2026/03/26/ruby-3-2-11-released/
939+
date: 2026-03-27
940+
post: /en/news/2026/03/27/ruby-3-2-11-released/
941941
url:
942942
gz: https://cache.ruby-lang.org/pub/ruby/3.2/ruby-3.2.11.tar.gz
943943
zip: https://cache.ruby-lang.org/pub/ruby/3.2/ruby-3.2.11.zip

en/news/_posts/2026-03-26-ruby-3-2-11-released.md renamed to en/news/_posts/2026-03-27-ruby-3-2-11-released.md

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,20 @@
11
---
22
layout: news_post
33
title: "Ruby 3.2.11 Released"
4-
author:
4+
author: hsbt
55
translator:
6-
date: 2026-03-26 22:20:58 +0000
6+
date: 2026-03-27 00:00:00 +0000
77
lang: en
88
---
99

10-
Ruby 3.2.11 has been released.
10+
Ruby 3.2.11 has been released. This release includes [an update to the zlib gem addressing CVE-2026-27820](https://www.ruby-lang.org/en/news/2026/03/05/buffer-overflow-zlib-cve-2026-27820/).
1111

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

14+
This is the final release of the Ruby 3.2 series. We will not provide any further updates, including security fixes, for the Ruby 3.2 series.
15+
16+
We recommend you to upgrade to Ruby 3.4 or 4.0.
17+
1418
## Download
1519

1620
{% assign release = site.data.releases | where: "version", "3.2.11" | first %}
@@ -38,5 +42,6 @@ Please see the [GitHub releases](https://github.com/ruby/ruby/releases/tag/v3_2_
3842

3943
## Release Comment
4044

41-
Many committers, developers, and users who provided bug reports helped us make this release.
42-
Thanks for their contributions.
45+
Since [the initial release of Ruby 3.2.0 on December 25, 2022](https://www.ruby-lang.org/en/news/2022/12/25/ruby-3-2-0-released/), the Ruby 3.2 series has been supported for over three years.
46+
47+
We would like to thank all committers, developers, and users who provided bug reports and contributions throughout the life of the Ruby 3.2 series.

0 commit comments

Comments
 (0)