<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ruby.git/include/ruby/version.h, branch v4.0.4</title>
<subtitle>The Ruby Programming Language</subtitle>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/'/>
<entry>
<title>Development of 4.0.0 started.</title>
<updated>2025-11-07T07:41:47+00:00</updated>
<author>
<name>Yukihiro "Matz" Matsumoto</name>
<email>matz@ruby.or.jp</email>
</author>
<published>2025-11-07T07:41:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=6d81969b475262aba251e99b518181bdf7c5a523'/>
<id>6d81969b475262aba251e99b518181bdf7c5a523</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Development of 3.5.0 started.</title>
<updated>2024-12-25T09:15:17+00:00</updated>
<author>
<name>Yukihiro "Matz" Matsumoto</name>
<email>matz@ruby.or.jp</email>
</author>
<published>2024-12-25T09:15:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=2f064b3b4b71f9495bbc4229e7efdbfad494862f'/>
<id>2f064b3b4b71f9495bbc4229e7efdbfad494862f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Development of 3.4.0 started.</title>
<updated>2023-12-25T09:13:40+00:00</updated>
<author>
<name>Yukihiro "Matz" Matsumoto</name>
<email>matz@ruby.or.jp</email>
</author>
<published>2023-12-25T09:13:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=98eeadc93298b2f178d400d99f3921e3663369b6'/>
<id>98eeadc93298b2f178d400d99f3921e3663369b6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Development of 3.3.0 started.</title>
<updated>2022-12-25T23:46:59+00:00</updated>
<author>
<name>Yukihiro "Matz" Matsumoto</name>
<email>matz@ruby.or.jp</email>
</author>
<published>2022-12-25T23:46:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=2a6dbf03a2630f858d918dd6fd49393632530d51'/>
<id>2a6dbf03a2630f858d918dd6fd49393632530d51</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Include JIT information in crash reports</title>
<updated>2022-06-20T21:18:29+00:00</updated>
<author>
<name>Chris Seaton</name>
<email>chris.seaton@shopify.com</email>
</author>
<published>2022-06-14T15:08:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=31b2cd38c5dcf4a0c51ca56ecdddf7461b8ac86c'/>
<id>31b2cd38c5dcf4a0c51ca56ecdddf7461b8ac86c</id>
<content type='text'>
Since enabling YJIT or MJIT drastically changes what could go wrong at
runtime, it's good to be front and center about whether they are enabled
when dumping a crash report. Previously, `RUBY_DESCRIPTION` and the
description printed when crashing can be different when a JIT is on.

Introduce a new internal data global, `rb_dynamic_description`, and set
it to be the same as `RUBY_DESCRIPTION` during initialization; use it
when crashing.

 * version.c: Init_ruby_description(): Initialize and use
       `rb_dynamic_description`.
 * error.c: Change crash reports to use `rb_dynamic_description`.
 * ruby.c: Call `Init_ruby_description()` earlier. Slightly more work
       for when we exit right after printing the description but that
       was deemed acceptable.
 * include/ruby/version.h: Talk about how JIT info is not in
      `ruby_description`.
 * test/-ext-/bug_reporter/test_bug_reporter.rb: Remove handling for
       crash description being different from `RUBY_DESCRIPTION`.
 * test/ruby/test_rubyoptions.rb: ditto

Co-authored-by: Nobuyoshi Nakada &lt;nobu@ruby-lang.org&gt;
Co-authored-by: Alan Wu &lt;alanwu@ruby-lang.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Since enabling YJIT or MJIT drastically changes what could go wrong at
runtime, it's good to be front and center about whether they are enabled
when dumping a crash report. Previously, `RUBY_DESCRIPTION` and the
description printed when crashing can be different when a JIT is on.

Introduce a new internal data global, `rb_dynamic_description`, and set
it to be the same as `RUBY_DESCRIPTION` during initialization; use it
when crashing.

 * version.c: Init_ruby_description(): Initialize and use
       `rb_dynamic_description`.
 * error.c: Change crash reports to use `rb_dynamic_description`.
 * ruby.c: Call `Init_ruby_description()` earlier. Slightly more work
       for when we exit right after printing the description but that
       was deemed acceptable.
 * include/ruby/version.h: Talk about how JIT info is not in
      `ruby_description`.
 * test/-ext-/bug_reporter/test_bug_reporter.rb: Remove handling for
       crash description being different from `RUBY_DESCRIPTION`.
 * test/ruby/test_rubyoptions.rb: ditto

Co-authored-by: Nobuyoshi Nakada &lt;nobu@ruby-lang.org&gt;
Co-authored-by: Alan Wu &lt;alanwu@ruby-lang.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Development of 3.1.0 started.</title>
<updated>2021-12-26T14:22:26+00:00</updated>
<author>
<name>Yukihiro "Matz" Matsumoto</name>
<email>matz@ruby.or.jp</email>
</author>
<published>2021-12-25T14:56:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=81c248924daf387118de5b37b16e08a937df73a3'/>
<id>81c248924daf387118de5b37b16e08a937df73a3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>include/ruby/version.h: add doxygen</title>
<updated>2021-09-10T11:00:06+00:00</updated>
<author>
<name>卜部昌平</name>
<email>shyouhei@ruby-lang.org</email>
</author>
<published>2021-06-08T02:25:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=99dd95806d6e29dca3b7dc639a8bd5193417c3a8'/>
<id>99dd95806d6e29dca3b7dc639a8bd5193417c3a8</id>
<content type='text'>
Must not be a bad idea to improve documents. [ci skip]
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Must not be a bad idea to improve documents. [ci skip]
</pre>
</div>
</content>
</entry>
<entry>
<title>Development of 3.1.0 started.</title>
<updated>2020-12-25T08:09:16+00:00</updated>
<author>
<name>Yukihiro "Matz" Matsumoto</name>
<email>matz@ruby.or.jp</email>
</author>
<published>2020-12-25T08:09:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=c591ab11ce3b74a364c4c4b2003626033daf0757'/>
<id>c591ab11ce3b74a364c4c4b2003626033daf0757</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Version number bumped to 3.0.0 from 2.8.0 (tentative).</title>
<updated>2020-08-31T07:38:13+00:00</updated>
<author>
<name>Yukihiro "Matz" Matsumoto</name>
<email>matz@ruby.or.jp</email>
</author>
<published>2020-08-31T07:38:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=21c62fb670b1646c5051a46d29081523cd782f11'/>
<id>21c62fb670b1646c5051a46d29081523cd782f11</id>
<content type='text'>
We have decided to go forward to 3.0 this year.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We have decided to go forward to 3.0 this year.
</pre>
</div>
</content>
</entry>
<entry>
<title>sed -i s/RUBY3/RBIMPL/g</title>
<updated>2020-05-11T00:24:08+00:00</updated>
<author>
<name>卜部昌平</name>
<email>shyouhei@ruby-lang.org</email>
</author>
<published>2020-05-04T06:52:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=97672f669af53c41b094772559030195787406be'/>
<id>97672f669af53c41b094772559030195787406be</id>
<content type='text'>
Devs do not love "3".  The only exception is RUBY3_KEYWORDS in parse.y,
which seems unrelated to our interests.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Devs do not love "3".  The only exception is RUBY3_KEYWORDS in parse.y,
which seems unrelated to our interests.
</pre>
</div>
</content>
</entry>
</feed>
