Skip to content

Commit

Permalink
Release v3.0.1 (#197)
Browse files Browse the repository at this point in the history
* Release v3.0.1

* upgrade guide for 3.0.1

---------

Co-authored-by: joswig <[email protected]>
Co-authored-by: dandelany <[email protected]>
  • Loading branch information
3 people authored Nov 20, 2024
1 parent ffc03c1 commit 5ed3706
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 1 deletion.
2 changes: 2 additions & 0 deletions docs/upgrade-guides/2-21-0-to-3-0-0.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# 2.21.0 to 3.0.0

* **NOTE**: An issue with database migrations was discovered in Aerie `v3.0.0` and fixed in `v3.0.1` and `v3.1.1`. Please use `v3.0.1` or `v3.1.1` instead of `v3.0.0` or `v3.1.0` to avoid issues with migrations.

No special instructions are necessary to upgrade to `v3.0.0`.

Aerie `v3.0.0` includes a new feature to support uploading and visualizing External Events, see the [External Events](https://nasa-ammos.github.io/aerie-docs/planning/external-events/) docs page for more information.
Expand Down
3 changes: 3 additions & 0 deletions docs/upgrade-guides/3-0-0-to-3-0-1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# 3.0.0 to 3.0.1

No special instructions are necessary to upgrade to `v3.0.1`.
1 change: 1 addition & 0 deletions sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -435,6 +435,7 @@ const sidebars = {
},
],
upgradeGuides: [
'upgrade-guides/3-0-0-to-3-0-1',
'upgrade-guides/2-21-0-to-3-0-0',
'upgrade-guides/2-20-0-to-2-21-0',
'upgrade-guides/2-19-0-to-2-20-0',
Expand Down
2 changes: 1 addition & 1 deletion static/mgss-cover-page.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ <h2>Identification</h2>
<td>636.101</td>
<td>MPSA</td>
<td>Aerie</td>
<td id="aerie-version">3.0.0</td>
<td id="aerie-version">3.0.1</td>
</tr>
</tbody>
</table>
Expand Down

0 comments on commit 5ed3706

Please sign in to comment.