Skip to content

Commit

Permalink
Deploying to gh-pages from @ 1a25a6e 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
JakeWharton committed Sep 12, 2024
1 parent a2e7456 commit 6ded9df
Show file tree
Hide file tree
Showing 5 changed files with 40 additions and 14 deletions.
26 changes: 26 additions & 0 deletions changelog/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -507,6 +507,15 @@
</label>
<ul class="md-nav__list" data-md-component="toc" data-md-scrollfix>

<li class="md-nav__item">
<a href="#version-391" class="md-nav__link">
<span class="md-ellipsis">
Version 3.9.1
</span>
</a>

</li>

<li class="md-nav__item">
<a href="#version-390" class="md-nav__link">
<span class="md-ellipsis">
Expand Down Expand Up @@ -1242,6 +1251,15 @@
</label>
<ul class="md-nav__list" data-md-component="toc" data-md-scrollfix>

<li class="md-nav__item">
<a href="#version-391" class="md-nav__link">
<span class="md-ellipsis">
Version 3.9.1
</span>
</a>

</li>

<li class="md-nav__item">
<a href="#version-390" class="md-nav__link">
<span class="md-ellipsis">
Expand Down Expand Up @@ -1879,6 +1897,14 @@


<h1 id="change-log">Change Log<a class="headerlink" href="#change-log" title="Permanent link">&para;</a></h1>
<h2 id="version-391">Version 3.9.1<a class="headerlink" href="#version-391" title="Permanent link">&para;</a></h2>
<p><em>2024-09-12</em></p>
<ul>
<li>Fix: Support paths containing a single dot (&ldquo;.&rdquo;) in <code>Path.relativeTo</code>.</li>
<li>Fix: Do not read from the upstream source when a 0-byte read is requested.</li>
<li>Fix: Update kotlinx.datetime to 0.6.0 to correct a Gradle module metadata problem with 0.5.0.
Note: this artifact is only used in &lsquo;okio-fakefilesystem&rsquo; and &lsquo;okio-nodefilesystem&rsquo; and not in the Okio core.</li>
</ul>
<h2 id="version-390">Version 3.9.0<a class="headerlink" href="#version-390" title="Permanent link">&para;</a></h2>
<p><em>2024-03-12</em></p>
<ul>
Expand Down
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -814,7 +814,7 @@ <h2 id="presentations">Presentations<a class="headerlink" href="#presentations"
works and how Okio does it.</p>
<p><a href="https://www.youtube.com/watch?v=Q8B4eDirgk0">Ok Multiplatform!</a> (<a href="https://speakerdeck.com/swankjesse/ok-multiplatform">slides</a>): How we changed
Okio’s implementation language from Java to Kotlin.</p>
<p><a href="https://www.youtube.com/watch?v=Du7YXPAV1M8">Nerding Out On Okio</a>: The story of the Okio APIs, their design and tradeoffs, as well
<p><a href="https://www.youtube.com/watch?v=Du7YXPAV1M8">Nerding Out On Okio</a>: The story of the Okio APIs, their design and tradeoffs, as well
as implementation notes with animated marbles diagrams.</p>
<h2 id="requirements">Requirements<a class="headerlink" href="#requirements" title="Permanent link">&para;</a></h2>
<p>Okio 2.x supports Android 4.0.3+ (API level 15+) and Java 7+.</p>
Expand All @@ -823,7 +823,7 @@ <h2 id="requirements">Requirements<a class="headerlink" href="#requirements" tit
backward-compatibility.</p>
<h2 id="releases">Releases<a class="headerlink" href="#releases" title="Permanent link">&para;</a></h2>
<p>Our <a href="http://square.github.io/okio/changelog/">change log</a> has release history.</p>
<div class="highlight"><pre><span></span><code><span class="n">implementation</span><span class="p">(</span><span class="s">&quot;com.squareup.okio:okio:3.9.0&quot;</span><span class="p">)</span>
<div class="highlight"><pre><span></span><code><span class="n">implementation</span><span class="p">(</span><span class="s">&quot;com.squareup.okio:okio:3.9.1&quot;</span><span class="p">)</span>
</code></pre></div>
<details>
<summary>Snapshot builds are also available</summary>
Expand All @@ -833,7 +833,7 @@ <h2 id="releases">Releases<a class="headerlink" href="#releases" title="Permanen
<span class="p">}</span>

<span class="n">dependencies</span><span class="w"> </span><span class="p">{</span>
<span class="w"> </span><span class="n">implementation</span><span class="p">(</span><span class="s">&quot;com.squareup.okio:okio:3.9.0&quot;</span><span class="p">)</span>
<span class="w"> </span><span class="n">implementation</span><span class="p">(</span><span class="s">&quot;com.squareup.okio:okio:3.9.1&quot;</span><span class="p">)</span>
<span class="p">}</span>
</code></pre></div>

Expand Down
2 changes: 1 addition & 1 deletion search/search_index.json

Large diffs are not rendered by default.

20 changes: 10 additions & 10 deletions sitemap.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,42 +2,42 @@
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url>
<loc>https://square.github.io/okio/</loc>
<lastmod>2024-09-04</lastmod>
<lastmod>2024-09-12</lastmod>
</url>
<url>
<loc>https://square.github.io/okio/changelog/</loc>
<lastmod>2024-09-04</lastmod>
<lastmod>2024-09-12</lastmod>
</url>
<url>
<loc>https://square.github.io/okio/code_of_conduct/</loc>
<lastmod>2024-09-04</lastmod>
<lastmod>2024-09-12</lastmod>
</url>
<url>
<loc>https://square.github.io/okio/contributing/</loc>
<lastmod>2024-09-04</lastmod>
<lastmod>2024-09-12</lastmod>
</url>
<url>
<loc>https://square.github.io/okio/file_system/</loc>
<lastmod>2024-09-04</lastmod>
<lastmod>2024-09-12</lastmod>
</url>
<url>
<loc>https://square.github.io/okio/java_io_recipes/</loc>
<lastmod>2024-09-04</lastmod>
<lastmod>2024-09-12</lastmod>
</url>
<url>
<loc>https://square.github.io/okio/multiplatform/</loc>
<lastmod>2024-09-04</lastmod>
<lastmod>2024-09-12</lastmod>
</url>
<url>
<loc>https://square.github.io/okio/recipes/</loc>
<lastmod>2024-09-04</lastmod>
<lastmod>2024-09-12</lastmod>
</url>
<url>
<loc>https://square.github.io/okio/releasing/</loc>
<lastmod>2024-09-04</lastmod>
<lastmod>2024-09-12</lastmod>
</url>
<url>
<loc>https://square.github.io/okio/security/</loc>
<lastmod>2024-09-04</lastmod>
<lastmod>2024-09-12</lastmod>
</url>
</urlset>
Binary file modified sitemap.xml.gz
Binary file not shown.

0 comments on commit 6ded9df

Please sign in to comment.