Release 0.0.154
github-actions
released this
03 Dec 16:01
·
1103 commits
to main
since this release
This version doesn't contain changes to the model, only to the development and
build workflows:
-
Rename
master
branch tomain
.To adapt your local repository to the new branch name run the following
commands:git branch -m master main git fetch origin git branch -u origin/main main git remote set-head origin -a
-
Automatically add changes from
CHANGES.md
to release descriptions.