File tree Expand file tree Collapse file tree 4 files changed +430
-5
lines changed Expand file tree Collapse file tree 4 files changed +430
-5
lines changed Original file line number Diff line number Diff 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
178178of using a web browser, to avoid hassles from Gatekeeper checks for malicious
179179software. 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 >
Original file line number Diff line number Diff 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 >
You can’t perform that action at this time.
0 commit comments