File tree Expand file tree Collapse file tree 4 files changed +406
-5
lines changed Expand file tree Collapse file tree 4 files changed +406
-5
lines changed Original file line number Diff line number Diff line change @@ -186,19 +186,19 @@ <h2 id="stable-releases">Stable Releases</h2>
186186< a href ="https://github.com/RobotLocomotion/drake/releases "> releases</ a > page.</ p >
187187
188188< p > The most recent release is
189- < a href ="https://github.com/RobotLocomotion/drake/releases/tag/v1.42 .0 "> v1.42 .0</ a > :</ p >
189+ < a href ="https://github.com/RobotLocomotion/drake/releases/tag/v1.43 .0 "> v1.43 .0</ a > :</ p >
190190
191191< ul >
192- < li > < a href ="https://github.com/RobotLocomotion/drake/releases/download/v1.42 .0/drake-v1.42 .0-jammy.tar.gz "> https://github.com/RobotLocomotion/drake/releases/download/v1.42 .0/drake-v1.42 .0-jammy.tar.gz</ a > </ li >
193- < li > < a href ="https://github.com/RobotLocomotion/drake/releases/download/v1.42 .0/drake-v1.42 .0-noble.tar.gz "> https://github.com/RobotLocomotion/drake/releases/download/v1.42 .0/drake-v1.42 .0-noble.tar.gz</ a > </ li >
194- < li > https://github.com/RobotLocomotion/drake/releases/download/v1.42 .0/drake-v1.42 .0-mac-arm64.tar.gz (for arm64)</ li >
192+ < li > < a href ="https://github.com/RobotLocomotion/drake/releases/download/v1.43 .0/drake-v1.43 .0-jammy.tar.gz "> https://github.com/RobotLocomotion/drake/releases/download/v1.43 .0/drake-v1.43 .0-jammy.tar.gz</ a > </ li >
193+ < li > < a href ="https://github.com/RobotLocomotion/drake/releases/download/v1.43 .0/drake-v1.43 .0-noble.tar.gz "> https://github.com/RobotLocomotion/drake/releases/download/v1.43 .0/drake-v1.43 .0-noble.tar.gz</ a > </ li >
194+ < li > https://github.com/RobotLocomotion/drake/releases/download/v1.43 .0/drake-v1.43 .0-mac-arm64.tar.gz (for arm64)</ li >
195195</ ul >
196196
197197< p > Users of macOS must download using a command-line tool such as < code class ="language-plaintext highlighter-rouge "> curl</ code > instead
198198of using a web browser, to avoid hassles from Gatekeeper checks for malicious
199199software. For example:</ p >
200200
201- < div class ="language-plaintext highlighter-rouge "> < div class ="highlight "> < pre class ="highlight "> < code > curl -fsSLO https://github.com/RobotLocomotion/drake/releases/download/v1.42 .0/drake-v1.42 .0-mac-arm64.tar.gz
201+ < div class ="language-plaintext highlighter-rouge "> < div class ="highlight "> < pre class ="highlight "> < code > curl -fsSLO https://github.com/RobotLocomotion/drake/releases/download/v1.43 .0/drake-v1.43 .0-mac-arm64.tar.gz
202202</ code > </ pre > </ div > </ div >
203203
204204< h3 id ="use-as-a-c-library "> Use as a C++ library</ h3 >
Original file line number Diff line number Diff line change @@ -163,6 +163,9 @@ <h1 id="releases">Releases</h1>
163163 < p > Latest releases are first:</ p >
164164
165165 < ul >
166+ < li >
167+ < p > < a href ="/release_notes/v1.43.0.html "> Drake v1.43.0</ a > (released 2025-07-17)</ p >
168+ </ li >
166169 < li >
167170 < p > < a href ="/release_notes/v1.42.0.html "> Drake v1.42.0</ a > (released 2025-06-12)</ p >
168171 </ li >
You can’t perform that action at this time.
0 commit comments