|
539 | 539 | </label> |
540 | 540 | <ul class="md-nav__list" data-md-component="toc" data-md-scrollfix> |
541 | 541 |
|
| 542 | + <li class="md-nav__item"> |
| 543 | + <a href="#204-2026-03-03" class="md-nav__link"> |
| 544 | + <span class="md-ellipsis"> |
| 545 | + |
| 546 | + 2.0.4 (2026-03-03) |
| 547 | + |
| 548 | + </span> |
| 549 | + </a> |
| 550 | + |
| 551 | +</li> |
| 552 | + |
542 | 553 | <li class="md-nav__item"> |
543 | 554 | <a href="#203-2026-02-28" class="md-nav__link"> |
544 | 555 | <span class="md-ellipsis"> |
|
1673 | 1684 | </label> |
1674 | 1685 | <ul class="md-nav__list" data-md-component="toc" data-md-scrollfix> |
1675 | 1686 |
|
| 1687 | + <li class="md-nav__item"> |
| 1688 | + <a href="#204-2026-03-03" class="md-nav__link"> |
| 1689 | + <span class="md-ellipsis"> |
| 1690 | + |
| 1691 | + 2.0.4 (2026-03-03) |
| 1692 | + |
| 1693 | + </span> |
| 1694 | + </a> |
| 1695 | + |
| 1696 | +</li> |
| 1697 | + |
1676 | 1698 | <li class="md-nav__item"> |
1677 | 1699 | <a href="#203-2026-02-28" class="md-nav__link"> |
1678 | 1700 | <span class="md-ellipsis"> |
|
2791 | 2813 |
|
2792 | 2814 |
|
2793 | 2815 | <h1 id="changelog">Changelog<a class="headerlink" href="#changelog" title="Permanent link">¶</a></h1> |
| 2816 | +<h2 id="204-2026-03-03">2.0.4 (2026-03-03)<a class="headerlink" href="#204-2026-03-03" title="Permanent link">¶</a></h2> |
| 2817 | +<ul> |
| 2818 | +<li>Fix NoMethodError when sort_method is nil (issue #349)</li> |
| 2819 | +<li>Fix broken source_code_uri on rubygems.org (issue #350)</li> |
| 2820 | +</ul> |
2794 | 2821 | <h2 id="203-2026-02-28">2.0.3 (2026-02-28)<a class="headerlink" href="#203-2026-02-28" title="Permanent link">¶</a></h2> |
2795 | 2822 | <ul> |
2796 | 2823 | <li>Remove unnecessary visited set from FlameGraphPrinter (call tree is always acyclic)</li> |
@@ -2820,7 +2847,7 @@ <h3 id="features">Features<a class="headerlink" href="#features" title="Permanen |
2820 | 2847 | <h3 id="backwards-incompatible-changes">Backwards Incompatible Changes<a class="headerlink" href="#backwards-incompatible-changes" title="Permanent link">¶</a></h3> |
2821 | 2848 | <ul> |
2822 | 2849 | <li>Removed <code>RubyProf::MEMORY</code> measurement mode (no longer works on Ruby 4.0+)</li> |
2823 | | -<li>Rremove compatibility API that was scheduled for removal in 2023</li> |
| 2850 | +<li>Remove compatibility API that was scheduled for removal in 2023</li> |
2824 | 2851 | <li>Printer options now use keyword arguments instead of an options hash. For example: |
2825 | 2852 | <div class="language-ruby highlight"><pre><span></span><code><span id="__span-0-1"><a id="__codelineno-0-1" name="__codelineno-0-1" href="#__codelineno-0-1"></a><span class="c1"># Before:</span> |
2826 | 2853 | </span><span id="__span-0-2"><a id="__codelineno-0-2" name="__codelineno-0-2" href="#__codelineno-0-2"></a><span class="n">printer</span><span class="o">.</span><span class="n">print</span><span class="p">(</span><span class="no">STDOUT</span><span class="p">,</span><span class="w"> </span><span class="ss">:min_percent</span><span class="w"> </span><span class="o">=></span><span class="w"> </span><span class="mi">2</span><span class="p">,</span><span class="w"> </span><span class="ss">:sort_method</span><span class="w"> </span><span class="o">=></span><span class="w"> </span><span class="ss">:self_time</span><span class="p">)</span> |
@@ -2970,7 +2997,7 @@ <h2 id="100-2019-07-29">1.0.0 (2019-07-29)<a class="headerlink" href="#100-2019- |
2970 | 2997 | <ul> |
2971 | 2998 | <li>Profiling is significantly faster - 5x in some cases</li> |
2972 | 2999 | <li>Recursive profiles are finally handled correctly. Yeah!!!</li> |
2973 | | -<li>Redesigned reports (Chirs Whitefield)</li> |
| 3000 | +<li>Redesigned reports (Chris Whitefield)</li> |
2974 | 3001 | <li>New documentation website (<a href="https://ruby-prof.github.io">https://ruby-prof.github.io</a>)</li> |
2975 | 3002 | <li>The ability to measure allocations and memory usage using a standard (unpatched) version of ruby</li> |
2976 | 3003 | <li>The ability to save and reload profiling results for later analysis</li> |
|
0 commit comments