Skip to content

2026.03.1

Jenny Hickson edited this page Mar 3, 2026 · 6 revisions

Simulation Systems 2026.03.1 Release

Release date: 4th March 2026

Included Releases

Software Stack Updates


Upgrading a branch to the release

In order to merge the release changes from stable into your branch in your fork:

  1. Synchronise your fork with the latest changes on stable
  2. Fetch the latest changes into your clone git fetch origin
  3. Merge those changes into your branch git switch <branch name> git merge origin/stable

Alternatively, cut a new branch from stable and merge your original branch into this.

For more details see Updating Branches

Clone this wiki locally