-
Notifications
You must be signed in to change notification settings - Fork 676
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
20 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
--- | ||
title: "Terminus 3.6.1 released" | ||
published_date: "2024-12-04" | ||
categories: [tools-apis, new-feature] | ||
--- | ||
|
||
Terminus [3.6.1](https://github.com/pantheon-systems/terminus/releases/tag/3.6.1) was released. It contains the latest bug fixes and improvements for this tool. | ||
|
||
You can get the full details about this version in the release page linked above. | ||
|
||
## How to upgrade Terminus | ||
If you manage your installation via Homebrew on macOS, you can update Terminus with the following command: | ||
|
||
```shell{promptUser: user} | ||
brew upgrade pantheon-systems/external/terminus | ||
``` | ||
For other systems, see additional upgrade instructions [here](/terminus/install). |