Skip to content

Commit 006c2c1

Browse files
1 parent fa9aefc commit 006c2c1

File tree

4 files changed

+430
-5
lines changed

4 files changed

+430
-5
lines changed

from_binary.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -166,19 +166,19 @@ <h2 id="stable-releases">Stable Releases</h2>
166166
<a href="https://github.com/RobotLocomotion/drake/releases">releases</a> page.</p>
167167

168168
<p>The most recent release is
169-
<a href="https://github.com/RobotLocomotion/drake/releases/tag/v1.35.0">v1.35.0</a>:</p>
169+
<a href="https://github.com/RobotLocomotion/drake/releases/tag/v1.36.0">v1.36.0</a>:</p>
170170

171171
<ul>
172-
<li><a href="https://github.com/RobotLocomotion/drake/releases/download/v1.35.0/drake-1.35.0-jammy.tar.gz">https://github.com/RobotLocomotion/drake/releases/download/v1.35.0/drake-1.35.0-jammy.tar.gz</a></li>
173-
<li><a href="https://github.com/RobotLocomotion/drake/releases/download/v1.35.0/drake-1.35.0-noble.tar.gz">https://github.com/RobotLocomotion/drake/releases/download/v1.35.0/drake-1.35.0-noble.tar.gz</a></li>
174-
<li>https://github.com/RobotLocomotion/drake/releases/download/v1.35.0/drake-1.35.0-mac-arm64.tar.gz (for arm64)</li>
172+
<li><a href="https://github.com/RobotLocomotion/drake/releases/download/v1.36.0/drake-1.36.0-jammy.tar.gz">https://github.com/RobotLocomotion/drake/releases/download/v1.36.0/drake-1.36.0-jammy.tar.gz</a></li>
173+
<li><a href="https://github.com/RobotLocomotion/drake/releases/download/v1.36.0/drake-1.36.0-noble.tar.gz">https://github.com/RobotLocomotion/drake/releases/download/v1.36.0/drake-1.36.0-noble.tar.gz</a></li>
174+
<li>https://github.com/RobotLocomotion/drake/releases/download/v1.36.0/drake-1.36.0-mac-arm64.tar.gz (for arm64)</li>
175175
</ul>
176176

177177
<p>Users of macOS must download using a command-line tool such as <code class="language-plaintext highlighter-rouge">curl</code> instead
178178
of using a web browser, to avoid hassles from Gatekeeper checks for malicious
179179
software. For example:</p>
180180

181-
<div class="language-plaintext highlighter-rouge"><div class="highlight"><pre class="highlight"><code>curl -fsSLO https://github.com/RobotLocomotion/drake/releases/download/v1.35.0/drake-1.35.0-mac-arm64.tar.gz
181+
<div class="language-plaintext highlighter-rouge"><div class="highlight"><pre class="highlight"><code>curl -fsSLO https://github.com/RobotLocomotion/drake/releases/download/v1.36.0/drake-1.36.0-mac-arm64.tar.gz
182182
</code></pre></div></div>
183183

184184
<h3 id="use-as-a-c-library">Use as a C++ library</h3>

release_notes/release_notes.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,9 @@ <h1 id="releases">Releases</h1>
145145
<p>Latest releases are first:</p>
146146

147147
<ul>
148+
<li>
149+
<p><a href="/release_notes/v1.36.0.html">Drake v1.36.0</a> (released 2024-12-13)</p>
150+
</li>
148151
<li>
149152
<p><a href="/release_notes/v1.35.0.html">Drake v1.35.0</a> (released 2024-11-14)</p>
150153
</li>

0 commit comments

Comments
 (0)