Skip to content

Commit 999aa2b

Browse files
committed
1 parent 0335f5a commit 999aa2b

3 files changed

Lines changed: 29 additions & 2 deletions

File tree

changelog/index.html

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -528,6 +528,17 @@
528528
</label>
529529
<ul class="md-nav__list" data-md-component="toc" data-md-scrollfix>
530530

531+
<li class="md-nav__item">
532+
<a href="#205-2026-06-21" class="md-nav__link">
533+
<span class="md-ellipsis">
534+
<span class="md-typeset">
535+
2.0.5 (2026-06-21)
536+
</span>
537+
</span>
538+
</a>
539+
540+
</li>
541+
531542
<li class="md-nav__item">
532543
<a href="#204-2026-03-03" class="md-nav__link">
533544
<span class="md-ellipsis">
@@ -1686,6 +1697,17 @@
16861697
</label>
16871698
<ul class="md-nav__list" data-md-component="toc" data-md-scrollfix>
16881699

1700+
<li class="md-nav__item">
1701+
<a href="#205-2026-06-21" class="md-nav__link">
1702+
<span class="md-ellipsis">
1703+
<span class="md-typeset">
1704+
2.0.5 (2026-06-21)
1705+
</span>
1706+
</span>
1707+
</a>
1708+
1709+
</li>
1710+
16891711
<li class="md-nav__item">
16901712
<a href="#204-2026-03-03" class="md-nav__link">
16911713
<span class="md-ellipsis">
@@ -2815,6 +2837,11 @@
28152837

28162838

28172839
<h1 id="changelog">Changelog<a class="headerlink" href="#changelog" title="Permanent link">&para;</a></h1>
2840+
<h2 id="205-2026-06-21">2.0.5 (2026-06-21)<a class="headerlink" href="#205-2026-06-21" title="Permanent link">&para;</a></h2>
2841+
<ul>
2842+
<li>Fix FlameGraphPrinter crashing with <code>JSON::NestingError</code> on deep call trees (issue #353)</li>
2843+
<li>Fix link to API documentation (issue #351)</li>
2844+
</ul>
28182845
<h2 id="204-2026-03-03">2.0.4 (2026-03-03)<a class="headerlink" href="#204-2026-03-03" title="Permanent link">&para;</a></h2>
28192846
<ul>
28202847
<li>Fix NoMethodError when sort_method is nil (issue #349)</li>

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -772,7 +772,7 @@ <h2 id="performance">Performance<a class="headerlink" href="#performance" title=
772772
<h2 id="history">History<a class="headerlink" href="#history" title="Permanent link">&para;</a></h2>
773773
<p>ruby-prof has been under continuous development since 2005 — see the full <a href="history/">History</a> page.</p>
774774
<h2 id="api-documentation">API Documentation<a class="headerlink" href="#api-documentation" title="Permanent link">&para;</a></h2>
775-
<p>API documentation for each class is available at the <a href="https://ruby-prof.github.io/doc/index.html">ruby-prof API docs</a>.</p>
775+
<p>API documentation for each class is available at the <a href="https://www.rubydoc.info/gems/ruby-prof">ruby-prof API docs</a>.</p>
776776
<h2 id="license">License<a class="headerlink" href="#license" title="Permanent link">&para;</a></h2>
777777
<p>See <a href="../LICENSE">LICENSE</a> for license information.</p>
778778
<h2 id="development">Development<a class="headerlink" href="#development" title="Permanent link">&para;</a></h2>

search.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)