Skip to content

Commit 85f13d2

Browse files
oddgrdseanmonstar
authored andcommitted
feat: add note to home about transition to 1.0
1 parent 8fa3fe7 commit 85f13d2

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

_layouts/home.html

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,13 @@ <h1 class="hyper-logo">hyper</h1>
1313
</div>
1414
</section>
1515
<section class="container">
16-
<div class="row">
17-
<div class="col-md-6">
16+
<div class="row">
17+
<div class="col-md-6">
18+
<p class="lead">
19+
<b>Note:</b> hyper is planning a stable <code>1.0</code> release at the end of January 2023.
20+
These guides will be gradually transitioned to <code>1.0</code>, but if you're looking for
21+
guides for <code>0.14</code> you can find them <a href="/legacy">here</a>.
22+
</p>
1823
<p class="lead">hyper is a fast HTTP implementation written in and for Rust.</p>
1924
<ul>
2025
<li>A <strong>Client</strong> for talking to web services.</li>

0 commit comments

Comments
 (0)